Package | Description |
---|---|
org.apache.axis2.client | |
org.apache.axis2.jaxws.client.async | |
org.apache.axis2.rpc.client | |
org.apache.axis2.util |
Modifier and Type | Field and Description |
---|---|
protected Callback |
OperationClient.callback |
Modifier and Type | Method and Description |
---|---|
void |
ServiceClient.sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem,
Callback callback)
Deprecated.
Please use the AxisCallback interface rather than Callback, which has been
deprecated
|
void |
ServiceClient.sendReceiveNonBlocking(QName operation,
org.apache.axiom.om.OMElement elem,
Callback callback)
Deprecated.
Please use the AxisCallback interface rather than Callback, which has been
deprecated
|
abstract void |
OperationClient.setCallback(Callback callback)
Deprecated.
Please use the AxisCallback interface rather than Callback, which has been deprecated
|
Modifier and Type | Class and Description |
---|---|
class |
CallbackFuture
The CallbackFuture implements the Axis2 org.apache.axis2.client.async.Callback API
and will get registered with the Axis2 engine to receive the asynchronous callback responses.
|
class |
PollingFuture |
Modifier and Type | Method and Description |
---|---|
void |
RPCServiceClient.invokeNonBlocking(QName opName,
Object[] args,
Callback callback)
Deprecated.
Please use the AxisCallback interface rather than Callback, which has been deprecated
|
Modifier and Type | Method and Description |
---|---|
void |
CallbackReceiver.addCallback(String msgID,
Callback callback) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.