#include <axis2_async_result.h>
Public Attributes | |
axiom_soap_envelope_t *(* | get_envelope )(axis2_async_result_t *async_result, const axis2_env_t *env) |
axis2_msg_ctx_t *(* | get_result )(axis2_async_result_t *async_result, const axis2_env_t *env) |
axis2_status_t(* | free )(axis2_async_result_t *async_result, const axis2_env_t *env) |
|
Frees the async result.
|
|
Gets the SOAP envelope stored inside the resulting message context.
|
|
Gets the result in the form of message context.
|