org.apache.axis2.clientapi
Class AsyncResult

java.lang.Object
  extended byorg.apache.axis2.clientapi.AsyncResult

public class AsyncResult
extends java.lang.Object

This Class represents the results of a Async Invocation, this is one return to the Callback. This class is almost always created by the Axis2 and returned.


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()