Annotation Type WebServiceProvider


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

    • 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:
      ""