org.jaggeryjs.modules.ws
Class WSRequestCallback

java.lang.Object
  extended by org.jaggeryjs.modules.ws.WSRequestCallback
All Implemented Interfaces:
org.apache.axis2.client.async.AxisCallback

public class WSRequestCallback
extends Object
implements org.apache.axis2.client.async.AxisCallback


Constructor Summary
WSRequestCallback(WSRequestHostObject wsrequest)
           
 
Method Summary
 void onComplete()
           
 void onError(Exception ex)
           
 void onFault(org.apache.axis2.context.MessageContext messageContext)
           
 void onMessage(org.apache.axis2.context.MessageContext messageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRequestCallback

public WSRequestCallback(WSRequestHostObject wsrequest)
Method Detail

onComplete

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

onError

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

onFault

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

onMessage

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


Copyright © 2015 WSO2 Inc. All rights reserved.