org.apache.axis2.client
Class InOutMEPClient.SyncCallBack

java.lang.Object
  extended byorg.apache.axis2.client.async.Callback
      extended byorg.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.


Constructor Summary
InOutMEPClient.SyncCallBack()
           
 
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 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

InOutMEPClient.SyncCallBack

public InOutMEPClient.SyncCallBack()
Method Detail

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 -