Uses of Class
org.apache.axis2.clientapi.Callback

Packages that use Callback
org.apache.axis2.clientapi   
 

Uses of Callback in org.apache.axis2.clientapi
 

Subclasses of Callback in org.apache.axis2.clientapi
 class InOutMEPClient.SyncCallBack
          This Class act as the Callback that allow users to wait on the result
 

Methods in org.apache.axis2.clientapi with parameters of type Callback
 void RESTCall.invokeNonBlocking(Callback callback)
           
 void CallbackReceiver.addCallback(java.lang.String MsgID, Callback callback)
           
 void InOutMEPClient.invokeNonBlocking(OperationDescription axisop, MessageContext msgctx, Callback callback)
          This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport.
 void Call.invokeNonBlocking(java.lang.String axisop, OMElement toSend, Callback callback)
          Invoke the nonblocking/Asynchronous call
 void Call.invokeNonBlocking(java.lang.String axisop, SOAPEnvelope envelope, Callback callback)
          Invoke the nonblocking/Asynchronous call