Package jakarta.xml.ws
Annotation Type WebServiceProvider
- 
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WebServiceProvider
Used to annotate a Provider implementation class.- Since:
 - 1.6, JAX-WS 2.0
 - See Also:
 Provider
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringportNamePort name.StringserviceNameService name.StringtargetNamespaceTarget namespace for the serviceStringwsdlLocationLocation 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:
 - ""
 
 
 - 
 
 -