-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WebServiceProvider
Used to annotate a Provider implementation class.- See Also:
Provider
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
portName
Port name.String
serviceName
Service name.String
targetNamespace
Target namespace for the serviceString
wsdlLocation
Location of the WSDL description for the service.
-
-
-
Element Detail
-
wsdlLocation
String wsdlLocation
Location of the WSDL description for the service.- Returns:
- location of the WSDL description
- Default:
- ""
-
-
-
serviceName
String serviceName
Service name.- Returns:
- service name
- Default:
- ""
-
-
-
targetNamespace
String targetNamespace
Target namespace for the service- Returns:
- target namespace
- Default:
- ""
-
-
-
portName
String portName
Port name.- Returns:
- port name
- Default:
- ""
-
-