#include <axutil_utils_defines.h>
#include <axutil_env.h>
#include <sandesha2_create_seq.h>
#include <sandesha2_create_seq_res.h>
#include <sandesha2_terminate_seq.h>
#include <sandesha2_terminate_seq_res.h>
#include <sandesha2_close_seq.h>
#include <sandesha2_close_seq_res.h>
#include <sandesha2_seq_ack.h>
#include <sandesha2_ack_requested.h>
#include <sandesha2_seq.h>
#include <sandesha2_identifier.h>
#include <sandesha2_msg_number.h>
#include <sandesha2_make_connection.h>
#include <sandesha2_msg_pending.h>
Go to the source code of this file.
typedef struct sandesha2_rm_elements_t | sandesha2_rm_elements_t |
AXIS2_EXTERN sandesha2_rm_elements_t * | sandesha2_rm_elements_create (const axutil_env_t *env, axis2_char_t *addr_ns_uri) |
axis2_status_t | sandesha2_rm_elements_from_soap_envelope (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, axiom_soap_envelope_t *soap_envelope, axis2_char_t *action) |
axiom_soap_envelope_t * | sandesha2_rm_elements_to_soap_envelope (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, axiom_soap_envelope_t *soap_envelope) |
sandesha2_create_seq_t * | sandesha2_rm_elements_get_create_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_create_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_create_seq_t *create_seq) |
sandesha2_create_seq_res_t * | sandesha2_rm_elements_get_create_seq_res (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_create_seq_res (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_create_seq_res_t *create_seq_res) |
sandesha2_seq_t * | sandesha2_rm_elements_get_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_seq_t *seq) |
sandesha2_seq_ack_t * | sandesha2_rm_elements_get_seq_ack (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_seq_ack (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_seq_ack_t *seq_ack) |
sandesha2_terminate_seq_t * | sandesha2_rm_elements_get_terminate_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_terminate_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_terminate_seq_t *terminate_seq) |
sandesha2_terminate_seq_res_t * | sandesha2_rm_elements_get_terminate_seq_res (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_terminate_seq_res (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_terminate_seq_res_t *terminate_seq_res) |
sandesha2_ack_requested_t * | sandesha2_rm_elements_get_ack_requested (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_ack_requested (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_ack_requested_t *ack_reqested) |
sandesha2_close_seq_t * | sandesha2_rm_elements_get_close_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_close_seq (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_close_seq_t *close_seq) |
sandesha2_close_seq_res_t * | sandesha2_rm_elements_get_close_seq_res (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_status_t | sandesha2_rm_elements_set_close_seq_res (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, sandesha2_close_seq_res_t *close_seq_res) |
axis2_char_t * | sandesha2_rm_elements_get_addr_ns_val (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
axis2_char_t * | sandesha2_rm_elements_get_rm_ns_val (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, axiom_soap_envelope_t *soap_envelope, axis2_char_t *action) |
axis2_char_t * | sandesha2_rm_elements_get_addr_ns_val_from_env (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env, axiom_soap_envelope_t *soap_envelope, axis2_char_t *action) |
axis2_status_t | sandesha2_rm_elements_free (sandesha2_rm_elements_t *mgr, const axutil_env_t *env) |
sandesha2_make_connection_t * | sandesha2_rm_elements_get_make_connection (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |
sandesha2_msg_pending_t * | sandesha2_rm_elements_get_msg_pending (sandesha2_rm_elements_t *rm_elements, const axutil_env_t *env) |