public class PollingFuture extends Callback
Constructor and Description |
---|
PollingFuture(InvocationContext ic) |
Modifier and Type | Method and Description |
---|---|
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 PollingFuture(InvocationContext ic)
public void onComplete(AsyncResult result)
Callback
onComplete
in class Callback
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.