org.apache.axis2.client.async
Class AsyncResult
java.lang.Object
org.apache.axis2.client.async.AsyncResult
- public class AsyncResult
- extends Object
This class represents the results of an asynchronous invocation. The axis engine
reports back the results in this object via the callback function.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncResult
public AsyncResult(MessageContext result)
getResponseEnvelope
public SOAPEnvelope getResponseEnvelope()
- Returns:
- SOAPEnvelope
getResponseMessageContext
public MessageContext getResponseMessageContext()
- Returns:
- MessageContext