org.apache.axis2.client.async
Class AsyncResult

java.lang.Object
  extended byorg.apache.axis2.client.async.AsyncResult

public class AsyncResult
extends Object

This class represents the results of an asynchronous invocation. The axis2 engine reports back the results in this object via the callback function.


Constructor Summary
AsyncResult(MessageContext result)
           
 
Method Summary
 org.apache.ws.commons.soap.SOAPEnvelope getResponseEnvelope()
           
 MessageContext getResponseMessageContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncResult

public AsyncResult(MessageContext result)
Method Detail

getResponseEnvelope

public org.apache.ws.commons.soap.SOAPEnvelope getResponseEnvelope()
Returns:
SOAPEnvelope

getResponseMessageContext

public MessageContext getResponseMessageContext()
Returns:
MessageContext