|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationClient | |
org.apache.axis2.client | |
org.apache.axis2.description |
Uses of OperationClient in org.apache.axis2.client |
Methods in org.apache.axis2.client that return OperationClient | |
OperationClient |
ServiceClient.createClient(javax.xml.namespace.QName operationQName)
Create an operation client with the appropriate message exchange pattern (MEP). |
Methods in org.apache.axis2.client with parameters of type OperationClient | |
protected void |
Stub.addPropertyToOperationClient(OperationClient operationClient,
java.lang.String propertyKey,
java.lang.Object propertyValue)
sets the propertykey and propertyValue as a pair to operation client |
protected void |
Stub.addPropertyToOperationClient(OperationClient operationClient,
java.lang.String propertyKey,
boolean value)
|
protected void |
Stub.addPropertyToOperationClient(OperationClient operationClient,
java.lang.String propertyKey,
int value)
|
Uses of OperationClient in org.apache.axis2.description |
Methods in org.apache.axis2.description that return OperationClient | |
OperationClient |
OutOnlyAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-only operation. |
OperationClient |
AxisOperation.createClient(ServiceContext sc,
Options options)
|
OperationClient |
OutInAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-IN operation. |
OperationClient |
RobustOutOnlyAxisOperation.createClient(ServiceContext sc,
Options options)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |