public class CallbackFuture extends Callback
Constructor and Description |
---|
CallbackFuture(InvocationContext ic,
AsyncHandler handler) |
Modifier and Type | Method and Description |
---|---|
static String |
displayHandle(Object obj) |
Future<?> |
getFutureTask() |
void |
onComplete(AsyncResult result)
Method is invoked by Axis2 once the asynchronous operation has completed
successfully.
|
void |
onError(Exception e)
Method invoked by Axis2 if the asynchronous operation fails.
|
isComplete, setComplete
public CallbackFuture(InvocationContext ic, AsyncHandler handler)
public Future<?> getFutureTask()
public void onComplete(AsyncResult result)
Callback
onComplete
in class Callback
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.