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