Uses of Class
org.apache.axis2.client.async.Callback

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 ServiceClient.sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem, Callback callback)
           
 void ServiceClient.sendReceiveNonBlocking(QName operation, org.apache.axiom.om.OMElement elem, Callback callback)
           
 void RESTCall.sendReceiveNonblocking(Callback 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.
 

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)