|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.client.async.AsyncResult
This class holds the results of an asynchronous invocation. The Axis2
engine returns an instance of this class via the Callback.onComplete(AsyncResult)
method when the operation completes
successfully.
Constructor Summary | |
AsyncResult(MessageContext result)
Constructor. |
Method Summary | |
org.apache.axiom.soap.SOAPEnvelope |
getResponseEnvelope()
Get the SOAP Envelope for the response message. |
MessageContext |
getResponseMessageContext()
Get the complete message context for the response. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AsyncResult(MessageContext result)
result
- message context providing result information
(null
if no response)Method Detail |
public org.apache.axiom.soap.SOAPEnvelope getResponseEnvelope()
null
if none)public MessageContext getResponseMessageContext()
null
if none)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |