#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) |
axiom_soap_envelope_t*( * axis2_async_result_ops::get_envelope)(axis2_async_result_t *async_result, const axis2_env_t *env) |
Gets the SOAP envelope stored inside the resulting message context.
async_result | pointer to async result struct | |
env | pointer to environment struct |
axis2_msg_ctx_t*( * axis2_async_result_ops::get_result)(axis2_async_result_t *async_result, const axis2_env_t *env) |
Gets the result in the form of message context.
async_result | pointer to async result struct | |
env | pointer to environment struct |
axis2_status_t( * axis2_async_result_ops::free)(axis2_async_result_t *async_result, const axis2_env_t *env) |
Frees the async result.
async_result | pointer to async result struct | |
env | pointer to environment struct |