sandesha2.samples.userguide
Class TestCallback

java.lang.Object
  extended by sandesha2.samples.userguide.TestCallback
All Implemented Interfaces:
org.apache.axis2.client.async.AxisCallback

public class TestCallback
extends java.lang.Object
implements org.apache.axis2.client.async.AxisCallback


Constructor Summary
TestCallback()
           
TestCallback(java.lang.String name)
           
 
Method Summary
 boolean isComplete()
           
 void onComplete()
           
 void onError(java.lang.Exception e)
           
 void onFault(org.apache.axis2.context.MessageContext arg0)
           
 void onMessage(org.apache.axis2.context.MessageContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCallback

public TestCallback()

TestCallback

public TestCallback(java.lang.String name)
Method Detail

onError

public void onError(java.lang.Exception e)
Specified by:
onError in interface org.apache.axis2.client.async.AxisCallback

onComplete

public void onComplete()
Specified by:
onComplete in interface org.apache.axis2.client.async.AxisCallback

isComplete

public boolean isComplete()

onFault

public void onFault(org.apache.axis2.context.MessageContext arg0)
Specified by:
onFault in interface org.apache.axis2.client.async.AxisCallback

onMessage

public void onMessage(org.apache.axis2.context.MessageContext arg0)
Specified by:
onMessage in interface org.apache.axis2.client.async.AxisCallback


Copyright © The Apache Software Foundation. All Rights Reserved.