Package javax.xml.ws

Annotation Interface WebServiceProvider


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WebServiceProvider
Used to annotate a Provider implementation class.
Since:
JAX-WS 2.0
See Also:
  • Element Details

    • wsdlLocation

      String wsdlLocation
      Location of the WSDL description for the service.
      Default:
      ""
    • serviceName

      String serviceName
      Service name.
      Default:
      ""
    • targetNamespace

      String targetNamespace
      Target namespace for the service
      Default:
      ""
    • portName

      String portName
      Port name.
      Default:
      ""