public class AsyncResult extends Object
Callback.onComplete(AsyncResult) method when the operation completes
successfully.| Constructor and Description |
|---|
AsyncResult(MessageContext result)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public AsyncResult(MessageContext result)
result - message context providing result information
(null if no response)public org.apache.axiom.soap.SOAPEnvelope getResponseEnvelope()
null if none)public MessageContext getResponseMessageContext()
null if none)Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.