org.apache.axis2.jaxws.client.async
Class PollingFuture

java.lang.Object
  extended by org.apache.axis2.client.async.Callback
      extended by org.apache.axis2.jaxws.client.async.PollingFuture

public class PollingFuture
extends Callback


Constructor Summary
PollingFuture(InvocationContext ic)
           
 
Method Summary
 void onComplete(AsyncResult result)
          Method is invoked by Axis2 once the asynchronous operation has completed successfully.
 void onError(java.lang.Exception e)
          Method invoked by Axis2 if the asynchronous operation fails.
 
Methods inherited from class org.apache.axis2.client.async.Callback
isComplete, setComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollingFuture

public PollingFuture(InvocationContext ic)
Method Detail

onComplete

public void onComplete(AsyncResult result)
Description copied from class: Callback
Method is invoked by Axis2 once the asynchronous operation has completed successfully.

Specified by:
onComplete in class Callback

onError

public void onError(java.lang.Exception e)
Description copied from class: Callback
Method invoked by Axis2 if the asynchronous operation fails.

Specified by:
onError in class Callback


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