Package jakarta.xml.ws
Annotation Interface WebServiceProvider
Used to annotate a Provider implementation class.
- Since:
 - 1.6, JAX-WS 2.0
 - See Also:
 
- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionPort name.Service name.Target namespace for the serviceLocation of the WSDL description for the service. 
- 
Element Details
- 
wsdlLocation
String wsdlLocationLocation of the WSDL description for the service.- Returns:
 - location of the WSDL description
 
- Default:
 ""
 - 
serviceName
String serviceNameService name.- Returns:
 - service name
 
- Default:
 ""
 - 
targetNamespace
String targetNamespaceTarget namespace for the service- Returns:
 - target namespace
 
- Default:
 ""
 - 
portName
String portNamePort name.- Returns:
 - port name
 
- Default:
 ""
 
 -