| Package | Description |
|---|---|
| org.apache.axis2.client | |
| org.apache.axis2.description |
| Modifier and Type | Method and Description |
|---|---|
OperationClient |
ServiceClient.createClient(javax.xml.namespace.QName operationQName)
Create an operation client with the appropriate message exchange pattern (MEP).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Stub.addPropertyToOperationClient(OperationClient operationClient,
java.lang.String propertyKey,
boolean value) |
protected void |
Stub.addPropertyToOperationClient(OperationClient operationClient,
java.lang.String propertyKey,
int value) |
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
|
| Modifier and Type | Method and Description |
|---|---|
OperationClient |
RobustOutOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
OutInAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-IN operation.
|
abstract OperationClient |
AxisOperation.createClient(ServiceContext sc,
Options options)
Return an OperationClient suitable for this AxisOperation.
|
OperationClient |
InOutAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
InOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
OutOnlyAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-only operation.
|
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.