Package javax.xml.ws

Annotation Type WebServiceProvider



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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String portName
      Port name.
      java.lang.String serviceName
      Service name.
      java.lang.String targetNamespace
      Target namespace for the service
      java.lang.String wsdlLocation
      Location of the WSDL description for the service.
    • Element Detail

      • wsdlLocation

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

        java.lang.String serviceName
        Service name.
        Default:
        ""
      • targetNamespace

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

        java.lang.String portName
        Port name.
        Default:
        ""