@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebServiceProvider
Provider
| Modifier and Type | Optional Element and Description |
|---|---|
String |
portName
Port name.
|
String |
serviceName
Service name.
|
String |
targetNamespace
Target namespace for the service
|
String |
wsdlLocation
Location of the WSDL description for the service.
|
public abstract StringwsdlLocation
public abstract StringserviceName
public abstract StringtargetNamespace
public abstract StringportName