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

Packages that use Callback
org.apache.axis2.client   
org.apache.axis2.util   
 

Uses of Callback in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as Callback
protected  Callback OperationClient.callback
           
 

Methods in org.apache.axis2.client with parameters of type Callback
 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
 

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)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.