public class CallbackFuture extends Object implements org.apache.axis2.client.async.AxisCallback
| Constructor and Description |
|---|
CallbackFuture(InvocationContext ic,
javax.xml.ws.AsyncHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
static String |
displayHandle(Object obj) |
Future<?> |
getFutureTask() |
void |
onComplete() |
void |
onComplete(org.apache.axis2.context.MessageContext mc) |
void |
onError(Exception e) |
void |
onFault(org.apache.axis2.context.MessageContext msgContext) |
void |
onMessage(org.apache.axis2.context.MessageContext msgContext) |
public CallbackFuture(InvocationContext ic, javax.xml.ws.AsyncHandler handler)
public Future<?> getFutureTask()
public void onComplete(org.apache.axis2.context.MessageContext mc)
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 onComplete()
onComplete in interface org.apache.axis2.client.async.AxisCallbackpublic void onFault(org.apache.axis2.context.MessageContext msgContext)
onFault in interface org.apache.axis2.client.async.AxisCallbackCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.