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)
           
 void onError(java.lang.Exception e)
           
 
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)
Specified by:
onComplete in class Callback

onError

public void onError(java.lang.Exception e)
Specified by:
onError in class Callback


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