|
Public Attributes |
axis2_ctx_t *(* | get_base )(const axis2_op_ctx_t *op_ctx, const axis2_env_t *env) |
axis2_status_t(* | free )(struct axis2_op_ctx *op_ctx, const axis2_env_t *env) |
axis2_status_t(* | init )(struct axis2_op_ctx *op_ctx, const axis2_env_t *env, struct axis2_conf *conf) |
axis2_op *(* | get_op )(const axis2_op_ctx_t *op_ctx, const axis2_env_t *env) |
axis2_svc_ctx *(* | get_parent )(const axis2_op_ctx_t *op_ctx, const axis2_env_t *env) |
axis2_status_t(* | add_msg_ctx )(struct axis2_op_ctx *op_ctx, const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx) |
axis2_msg_ctx_t *(* | get_msg_ctx )(const axis2_op_ctx_t *op_ctx, const axis2_env_t *env, const axis2_char_t *message_id) |
axis2_bool_t(* | get_is_complete )(const axis2_op_ctx_t *op_ctx, const axis2_env_t *env) |
axis2_status_t(* | set_complete )(struct axis2_op_ctx *op_ctx, const axis2_env_t *env, axis2_bool_t is_complete) |
axis2_status_t(* | cleanup )(struct axis2_op_ctx *op_ctx, const axis2_env_t *env) |
axis2_status_t(* | set_parent )(struct axis2_op_ctx *op_ctx, const axis2_env_t *env, struct axis2_svc_ctx *svc_ctx) |
axis2_hash_t *(* | get_msg_ctx_map )(const axis2_op_ctx_t *op_ctx, const axis2_env_t *env) |