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

Packages that use AsyncResult
org.apache.axis2.client.async   
org.apache.axis2.jaxws.client.async   
 

Uses of AsyncResult in org.apache.axis2.client.async
 

Methods in org.apache.axis2.client.async with parameters of type AsyncResult
abstract  void Callback.onComplete(AsyncResult result)
          Deprecated. Method is invoked by Axis2 once the asynchronous operation has completed successfully.
 

Uses of AsyncResult in org.apache.axis2.jaxws.client.async
 

Methods in org.apache.axis2.jaxws.client.async with parameters of type AsyncResult
static MessageContext AsyncUtils.createJAXWSMessageContext(AsyncResult result)
           
 void CallbackFuture.onComplete(AsyncResult result)
           
 void PollingFuture.onComplete(AsyncResult result)
           
 



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