@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface WebServiceProvider
Provider
Modifier and Type | Optional Element and 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.
|
public abstract java.lang.String wsdlLocation
public abstract java.lang.String serviceName