| Package | Description |
|---|---|
| org.apache.axis2.client | |
| org.apache.axis2.description |
| Modifier and Type | Method and Description |
|---|---|
OperationClient |
ServiceClient.createClient(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,
String propertyKey,
boolean value) |
protected void |
Stub.addPropertyToOperationClient(OperationClient operationClient,
String propertyKey,
int value) |
protected void |
Stub.addPropertyToOperationClient(OperationClient operationClient,
String propertyKey,
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 |
OutOnlyAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-only operation.
|
OperationClient |
OutInAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-IN operation.
|
OperationClient |
InOutAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
InOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
abstract OperationClient |
AxisOperation.createClient(ServiceContext sc,
Options options)
Return an OperationClient suitable for this AxisOperation.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.