org.apache.axis2.client
Class InOutMEPClient.SyncCallBack
java.lang.Object
org.apache.axis2.client.async.Callback
org.apache.axis2.client.InOutMEPClient.SyncCallBack
- Enclosing class:
- InOutMEPClient
- public class InOutMEPClient.SyncCallBack
- extends Callback
This class acts as a callback that allows users to wait on the result.
Method Summary |
void |
onComplete(AsyncResult result)
This method is invoked by Axis Engine once the asynchronous operation has completed sucessfully. |
void |
onError(Exception e)
This method is called by Axis Engine if the asynchronous operation fails. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InOutMEPClient.SyncCallBack
public InOutMEPClient.SyncCallBack()
onComplete
public void onComplete(AsyncResult result)
- Description copied from class:
Callback
- This method is invoked by Axis Engine once the asynchronous operation has completed sucessfully.
- Specified by:
onComplete
in class Callback
- Parameters:
result
-
onError
public void onError(Exception e)
- Description copied from class:
Callback
- This method is called by Axis Engine if the asynchronous operation fails.
- Specified by:
onError
in class Callback
- Parameters:
e
-