sandesha2_msg_ctx.h File Reference

#include <axutil_utils_defines.h>
#include <axutil_env.h>
#include <axiom_soap_envelope.h>
#include <axis2_msg_ctx.h>
#include <axis2_endpoint_ref.h>
#include <axis2_relates_to.h>
#include <sandesha2_create_seq.h>
#include <sandesha2_create_seq_res.h>
#include <sandesha2_close_seq.h>
#include <sandesha2_close_seq_res.h>
#include <sandesha2_terminate_seq.h>
#include <sandesha2_terminate_seq_res.h>
#include <sandesha2_make_connection.h>
#include <sandesha2_msg_pending.h>
#include <sandesha2_seq.h>
#include <sandesha2_seq_ack.h>
#include <sandesha2_ack_requested.h>

Go to the source code of this file.
typedef struct sandesha2_msg_ctx_t sandesha2_msg_ctx_t
AXIS2_EXTERN sandesha2_msg_ctx_t * sandesha2_msg_ctx_create (const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx)
axis2_status_t sandesha2_msg_ctx_set_msg_ctx (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx)
axis2_msg_ctx_t * sandesha2_msg_ctx_get_msg_ctx (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_add_soap_envelope (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
int sandesha2_msg_ctx_get_msg_type (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_msg_type (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, int msg_type)
axis2_endpoint_ref_t * sandesha2_msg_ctx_get_from (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_from (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_endpoint_ref_t *from)
axis2_endpoint_ref_t * sandesha2_msg_ctx_get_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_endpoint_ref_t *to)
axis2_endpoint_ref_t * sandesha2_msg_ctx_get_reply_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_reply_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_endpoint_ref_t *reply_to)
axis2_endpoint_ref_t * sandesha2_msg_ctx_get_fault_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_fault_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_endpoint_ref_t *fault_to)
axis2_relates_to_t * sandesha2_msg_ctx_get_relates_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_relates_to (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_relates_to_t *relates_to)
axis2_char_t * sandesha2_msg_ctx_get_msg_id (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_msg_id (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_char_t *msg_id)
axiom_soap_envelope_t * sandesha2_msg_ctx_get_soap_envelope (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_soap_envelope (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axiom_soap_envelope_t *soap_envelope)
axis2_char_t * sandesha2_msg_ctx_get_wsa_action (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_wsa_action (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_char_t *action)
void * sandesha2_msg_ctx_get_property (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_char_t *key)
axis2_status_t sandesha2_msg_ctx_set_property (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_char_t *key, void *val)
axis2_status_t sandesha2_msg_ctx_set_soap_action (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axutil_string_t *soap_action)
axis2_status_t sandesha2_msg_ctx_set_paused (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_bool_t paused)
axis2_char_t * sandesha2_msg_ctx_get_rm_ns_val (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_rm_ns_val (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_char_t *ns_val)
axis2_char_t * sandesha2_msg_ctx_get_addr_ns_val (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_addr_ns_val (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axis2_char_t *ns_val)
int sandesha2_msg_ctx_get_flow (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_flow (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, int flow)
axis2_char_t * sandesha2_msg_ctx_get_rm_spec_ver (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_free (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
AXIS2_EXTERN axutil_stream_t * sandesha2_msg_ctx_get_transport_out_stream (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
AXIS2_EXTERN axis2_status_t sandesha2_msg_ctx_set_transport_out_stream (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, axutil_stream_t *stream)
AXIS2_EXTERN struct
axis2_out_transport_info * 
sandesha2_msg_ctx_get_out_transport_info (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
AXIS2_EXTERN axis2_status_t sandesha2_msg_ctx_set_out_transport_info (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, struct axis2_out_transport_info *http_out_transport_info)
AXIS2_EXTERN axis2_status_t sandesha2_msg_ctx_reset_out_transport_info (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_create_seq (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_create_seq_t *create_seq)
sandesha2_create_seq_t * sandesha2_msg_ctx_get_create_seq (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_create_seq_res (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_create_seq_res_t *create_seq_res)
sandesha2_create_seq_res_t * sandesha2_msg_ctx_get_create_seq_res (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_close_seq (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_close_seq_t *close_seq)
sandesha2_close_seq_t * sandesha2_msg_ctx_get_close_seq (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_close_seq_res (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_close_seq_res_t *close_seq_res)
sandesha2_close_seq_res_t * sandesha2_msg_ctx_get_close_seq_res (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_terminate_seq (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_terminate_seq_t *terminate_seq)
sandesha2_terminate_seq_t * sandesha2_msg_ctx_get_terminate_seq (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_terminate_seq_res (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_terminate_seq_res_t *terminate_seq_res)
sandesha2_terminate_seq_res_t * sandesha2_msg_ctx_get_terminate_seq_res (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_make_connection (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_make_connection_t *make_connection)
sandesha2_make_connection_t * sandesha2_msg_ctx_get_make_connection (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_msg_pending (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_msg_pending_t *msg_pending)
sandesha2_msg_pending_t * sandesha2_msg_ctx_get_msg_pending (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_sequence (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_seq_t *seq)
sandesha2_seq_t * sandesha2_msg_ctx_get_sequence (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_seq_ack (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_seq_ack_t *seq_ack)
sandesha2_seq_ack_t * sandesha2_msg_ctx_get_seq_ack (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)
axis2_status_t sandesha2_msg_ctx_set_ack_requested (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env, sandesha2_ack_requested_t *ack_requested)
sandesha2_ack_requested_t * sandesha2_msg_ctx_get_ack_requested (sandesha2_msg_ctx_t *rm_msg_ctx, const axutil_env_t *env)


Detailed Description


Generated on Fri May 23 15:50:26 2008 for Sandesha2/C by  doxygen 1.5.5