#include <axiom_soap_envelope.h>
#include <sandesha2_error.h>
Go to the source code of this file.
Typedefs | |
typedef struct sandesha2_msg_pending_t | sandesha2_msg_pending_t |
Functions | |
AXIS2_EXTERN sandesha2_msg_pending_t * | sandesha2_msg_pending_create (const axutil_env_t *env, axis2_char_t *ns_value) |
sandesha2_msg_pending sandesha2_msg_pending | |
axis2_status_t | sandesha2_msg_pending_free_void_arg (void *msg_pending, const axutil_env_t *env) |
axis2_status_t | sandesha2_msg_pending_free (sandesha2_msg_pending_t *msg_pending, const axutil_env_t *env) |
axis2_bool_t | sandesha2_msg_pending_is_pending (sandesha2_msg_pending_t *msg_pending, const axutil_env_t *env) |
axis2_status_t | sandesha2_msg_pending_set_pending (sandesha2_msg_pending_t *msg_pending, const axutil_env_t *env, axis2_bool_t pending) |
axis2_status_t | sandesha2_msg_pending_to_soap_envelope (sandesha2_msg_pending_t *msg_pending, const axutil_env_t *env, axiom_soap_envelope_t *envelope) |
axis2_char_t * | sandesha2_msg_pending_get_namespace_value (sandesha2_msg_pending_t *msg_pending, const axutil_env_t *env) |
void * | sandesha2_msg_pending_from_om_node (sandesha2_msg_pending_t *msg_pending, const axutil_env_t *env, axiom_node_t *msg_pending_node) |
axiom_node_t * | sandesha2_msg_pending_to_om_node (sandesha2_msg_pending_t *msg_pending, const axutil_env_t *env, void *header_node) |