|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.client.async.Callback org.apache.axis2.jaxws.client.async.PollingFuture
public class PollingFuture
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 |
---|
public PollingFuture(InvocationContext ic)
Method Detail |
---|
public void onComplete(AsyncResult result)
Callback
onComplete
in class Callback
public void onError(java.lang.Exception e)
Callback
onError
in class Callback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |