public class PollingFuture extends Object implements org.apache.axis2.client.async.AxisCallback
| Constructor and Description |
|---|
PollingFuture(InvocationContext ic) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onComplete(org.apache.axis2.context.MessageContext msgContext) |
void |
onError(Exception e) |
void |
onFault(org.apache.axis2.context.MessageContext msgContext) |
void |
onMessage(org.apache.axis2.context.MessageContext msgContext) |
public PollingFuture(InvocationContext ic)
public void onComplete(org.apache.axis2.context.MessageContext msgContext)
public void onError(Exception e)
onError in interface org.apache.axis2.client.async.AxisCallbackpublic void onMessage(org.apache.axis2.context.MessageContext msgContext)
onMessage in interface org.apache.axis2.client.async.AxisCallbackpublic void onFault(org.apache.axis2.context.MessageContext msgContext)
onFault in interface org.apache.axis2.client.async.AxisCallbackpublic void onComplete()
onComplete in interface org.apache.axis2.client.async.AxisCallbackCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.