|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.clientapi.Callback
org.apache.axis2.clientapi.InOutMEPClient.SyncCallBack
This Class act as the Callback that allow users to wait on the result
Constructor Summary | |
InOutMEPClient.SyncCallBack()
|
Method Summary | |
void |
onComplete(AsyncResult result)
This Method is called by Axis2 once the Async Operation is sucessfully completed and the result returns |
void |
reportError(java.lang.Exception e)
This Method is called by Axis2 once the Async Operation fails and the result returns |
Methods inherited from class org.apache.axis2.clientapi.Callback |
isComplete, setComplete |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InOutMEPClient.SyncCallBack()
Method Detail |
public void onComplete(AsyncResult result)
Callback
onComplete
in class Callback
result
- public void reportError(java.lang.Exception e)
Callback
reportError
in class Callback
e
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |