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