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 |
---|---|
abstract OperationClient |
AxisOperation.createClient(ServiceContext sc,
Options options)
Return an OperationClient suitable for this AxisOperation.
|
OperationClient |
InOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
RobustOutOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
OutInAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-IN operation.
|
OperationClient |
OutOnlyAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-only operation.
|
OperationClient |
InOutAxisOperation.createClient(ServiceContext sc,
Options options) |
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.