public class AsyncCallback extends Object implements org.apache.axis2.client.async.AxisCallback
| Constructor and Description |
|---|
AsyncCallback(MessageContext synapseOutMsgCtx) |
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
getSynapseOutMsgCtx() |
int |
getTimeOutAction() |
long |
getTimeOutOn() |
void |
onComplete() |
void |
onError(Exception e) |
void |
onFault(org.apache.axis2.context.MessageContext messageContext) |
void |
onMessage(org.apache.axis2.context.MessageContext messageContext) |
void |
setTimeOutAction(int timeOutAction) |
void |
setTimeOutOn(long timeOutOn) |
public AsyncCallback(MessageContext synapseOutMsgCtx)
public void onMessage(org.apache.axis2.context.MessageContext messageContext)
onMessage in interface org.apache.axis2.client.async.AxisCallbackpublic void onFault(org.apache.axis2.context.MessageContext messageContext)
onFault in interface org.apache.axis2.client.async.AxisCallbackpublic void onError(Exception e)
onError in interface org.apache.axis2.client.async.AxisCallbackpublic void onComplete()
onComplete in interface org.apache.axis2.client.async.AxisCallbackpublic MessageContext getSynapseOutMsgCtx()
public long getTimeOutOn()
public void setTimeOutOn(long timeOutOn)
public int getTimeOutAction()
public void setTimeOutAction(int timeOutAction)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.