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

Packages that use Callback
org.apache.axis2.client   
org.apache.axis2.jaxws.client.async   
org.apache.axis2.rpc.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.jaxws.client.async
 

Subclasses of Callback in org.apache.axis2.jaxws.client.async
 class CallbackFuture
          The CallbackFuture implements the Axis2 org.apache.axis2.client.async.Callback API and will get registered with the Axis2 engine to receive the asynchronous callback responses.
 class PollingFuture
           
 

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, java.lang.Object[] args, 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(java.lang.String msgID, Callback callback)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.