|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callback | |
org.apache.axis2.client | |
org.apache.axis2.rpc.client | |
org.apache.axis2.util |
Uses of Callback in org.apache.axis2.client |
Methods in org.apache.axis2.client with parameters of type Callback | |
void |
OperationClient.setCallback(Callback callback)
Set the callback to be executed when a message comes into the MEP and the operation client is executed. |
void |
ServiceClient.sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem,
Callback 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,
Callback callback)
Directly invoke a named operation with an In-Out MEP without waiting for a response. |
Uses of Callback in org.apache.axis2.rpc.client |
Methods in org.apache.axis2.rpc.client with parameters of type Callback | |
void |
RPCServiceClient.invokeNonBlocking(QName opName,
Object[] args,
Callback callback)
Invoke the nonblocking/Asynchronous call |
Uses of Callback in org.apache.axis2.util |
Methods in org.apache.axis2.util with parameters of type Callback | |
void |
CallbackReceiver.addCallback(String MsgID,
Callback callback)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |