com.bea.control
Annotation Type ServiceControl.WSDL


@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ServiceControl.WSDL

The WSDL annotation specifies the path to the WSDL file. resourcePath should be used if the WSDL is to be resource loaded This annotation is mandatory.


Optional Element Summary
 String path
           
 String resourcePath
           
 String service
           
 

path

public abstract String path
Default:
""

resourcePath

public abstract String resourcePath
Default:
""

service

public abstract String service
Default:
""