@Deprecated public abstract class AbstractRPCClient extends Object
Modifier and Type | Field and Description |
---|---|
private ServiceFactory |
serviceFactory
Deprecated.
|
private String |
serviceUrl
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractRPCClient(String url,
String service)
Deprecated.
|
protected |
AbstractRPCClient(String url,
String service,
ServiceFactory serviceFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected QName |
getOperation(String operation)
Deprecated.
|
protected org.apache.axis2.rpc.client.RPCServiceClient |
getService()
Deprecated.
|
ServiceFactory |
getServiceFactory()
Deprecated.
Get the factory that is used to create
RPCServiceClient
objects for this web service. |
protected <T> T |
invokeBlocking(String method,
Class<T> clazz,
Object... args)
Deprecated.
|
protected void |
invokeBlocking(String operation,
Object... args)
Deprecated.
|
protected Object[] |
invokeBlocking(String operation,
Object[] args,
Class[] returnTypes)
Deprecated.
|
protected InputStream |
invokeFileBlocking(String operation,
Object... args)
Deprecated.
|
void |
setServiceFactory(ServiceFactory serviceFactory)
Deprecated.
Sets the factory that is used to create
RPCServiceClient
objects for this web service. |
private final String serviceUrl
private ServiceFactory serviceFactory
protected AbstractRPCClient(String url, String service, ServiceFactory serviceFactory)
public ServiceFactory getServiceFactory()
RPCServiceClient
objects for this web service.public void setServiceFactory(ServiceFactory serviceFactory)
RPCServiceClient
objects for this web service.protected Object[] invokeBlocking(String operation, Object[] args, Class[] returnTypes) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
protected <T> T invokeBlocking(String method, Class<T> clazz, Object... args) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
protected void invokeBlocking(String operation, Object... args) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
protected InputStream invokeFileBlocking(String operation, Object... args) throws org.apache.axis2.AxisFault, IOException
org.apache.axis2.AxisFault
IOException
protected org.apache.axis2.rpc.client.RPCServiceClient getService() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault