Package | Description |
---|---|
org.apache.axis2.client | |
org.apache.axis2.rpc.client | |
org.apache.axis2.util |
Modifier and Type | Field and Description |
---|---|
protected AxisCallback |
OperationClient.axisCallback |
Modifier and Type | Method and Description |
---|---|
void |
ServiceClient.sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem,
AxisCallback callback)
Directly invoke an anonymous operation with an In-Out MEP without waiting for a response.
|
void |
ServiceClient.sendReceiveNonBlocking(QName operation,
org.apache.axiom.om.OMElement elem,
AxisCallback callback)
Directly invoke a named operation with an In-Out MEP without waiting for a response.
|
void |
OperationClient.setCallback(AxisCallback callback)
Set the callback to be executed when a message comes into the MEP and the
operation client is executed.
|
Modifier and Type | Method and Description |
---|---|
void |
RPCServiceClient.invokeNonBlocking(QName opName,
Object[] args,
AxisCallback callback)
Invoke the nonblocking/Asynchronous call
|
Modifier and Type | Method and Description |
---|---|
void |
CallbackReceiver.addCallback(String msgID,
AxisCallback callback) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.