org.apache.axis2.jaxws.client.async
Class PollingFuture
java.lang.Object
org.apache.axis2.client.async.Callback
org.apache.axis2.jaxws.client.async.PollingFuture
public class PollingFuture
- extends Callback
Method Summary |
void |
onComplete(AsyncResult result)
Method is invoked by Axis2 once the asynchronous operation has completed
successfully. |
void |
onError(Exception e)
Method invoked by Axis2 if the asynchronous operation fails. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollingFuture
public PollingFuture(InvocationContext ic)
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(Exception e)
- Description copied from class:
Callback
- Method invoked by Axis2 if the asynchronous operation fails.
- Specified by:
onError
in class Callback
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.