|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.client.async.AsyncResult
public class 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)
Deprecated. Constructor. |
Method Summary | |
---|---|
org.apache.axiom.soap.SOAPEnvelope |
getResponseEnvelope()
Deprecated. Get the SOAP Envelope for the response message. |
MessageContext |
getResponseMessageContext()
Deprecated. 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 |