@Target(value=TYPE)
 @Retention(value=RUNTIME)
 @Documented
public @interface WebServiceProvider
Provider| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | portNamePort name. | 
| java.lang.String | serviceNameService name. | 
| java.lang.String | targetNamespaceTarget namespace for the service | 
| java.lang.String | wsdlLocationLocation of the WSDL description for the service. | 
public abstract java.lang.String wsdlLocation
public abstract java.lang.String serviceName