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 axis engine reports back the results in this object via the callback function.


Constructor Summary
AsyncResult(MessageContext result)
           
 
Method Summary
 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 SOAPEnvelope getResponseEnvelope()
Returns:
SOAPEnvelope

getResponseMessageContext

public MessageContext getResponseMessageContext()
Returns:
MessageContext