| |
|
| java.lang.Object org.apache.axis2.client.async.AsyncResult
AsyncResult | public class AsyncResult (Code) | | 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.
|
AsyncResult | public AsyncResult(MessageContext result)(Code) | | Constructor.
Parameters: result - message context providing result information(null if no response) |
getResponseEnvelope | public SOAPEnvelope getResponseEnvelope()(Code) | | Get the SOAP Envelope for the response message.
Envelope (null if none) |
getResponseMessageContext | public MessageContext getResponseMessageContext()(Code) | | Get the complete message context for the response.
context (null if none) |
|
|
|