|
Public Attributes |
axis2_status_t(* | free )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *envv) |
axis2_status_t(* | free_void_arg )(void *storage_mgr, const axutil_env_t *env) |
struct
sandesha2_transaction *(* | get_transaction )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
void(* | enlist_bean )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, struct sandesha2_rm_bean *rm_bean) |
struct
sandesha2_create_seq_mgr *(* | get_create_seq_mgr )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
struct
sandesha2_next_msg_mgr *(* | get_next_msg_mgr )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
struct
sandesha2_sender_mgr *(* | get_retrans_mgr )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
struct
sandesha2_seq_property_mgr *(* | get_seq_property_mgr )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
struct
sandesha2_invoker_mgr *(* | get_storage_map_mgr )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
axis2_status_t(* | set_ctx )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_conf_ctx_t *conf_ctx) |
axis2_conf_ctx_t *(* | get_ctx )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
axis2_status_t(* | init )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_conf_ctx_t *conf_ctx) |
axis2_msg_ctx_t *(* | retrieve_msg_ctx )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key, axis2_conf_ctx_t *conf_ctx, const axis2_bool_t persistent) |
axis2_status_t(* | store_msg_ctx )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key, axis2_msg_ctx_t *msg_ctx) |
axis2_status_t(* | update_msg_ctx )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key, axis2_msg_ctx_t *msg_ctx) |
axis2_status_t(* | remove_msg_ctx )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key) |
axis2_status_t(* | init_storage )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_module_desc_t *module_desc) |
axiom_soap_envelope_t *(* | retrieve_soap_envelope )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key) |
axis2_status_t(* | store_soap_envelope )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axiom_soap_envelope_t *soap_env, axis2_char_t *key) |
axis2_status_t(* | store_response )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *seq_id, axiom_soap_envelope_t *response, int msg_no, int soap_version) |
axiom_soap_envelope_t *(* | retrieve_response )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *seq_id, int msg_no) |
axis2_status_t(* | remove_response )(sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *seq_id, int msg_no) |