@Retention(RUNTIME)
@Target(FIELD)
public @interface ServiceClient
| Modifier and Type | Required Element | Description | 
|---|---|---|
| java.lang.String | serviceName | Deprecated. The service name that this stub points to. | 
| Modifier and Type | Optional Element | Description | 
|---|---|---|
| java.lang.String | endpointAddress | Deprecated. The endpoint address that this stub is supposed to be calling. | 
| java.lang.String | portName | Deprecated. The port name that this stub points to. | 
| java.lang.String | wsdlLocation | Deprecated. The wsdl location that this stub points to. | 
java.lang.String serviceName
java.lang.String portName