|
Public Attributes |
axis2_status_t(* | free_fn )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env) |
axis2_status_t(* | receive )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *in_msg_ctx, void *callback_recv_param) |
axis2_status_t(* | receive_sync )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *in_msg_ctx, void *callback_recv_param) |
axis2_status_t(* | receive_async )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *in_msg_ctx, void *callback_recv_param) |
axis2_status_t(* | invoke_in_business_logic_sync )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *in_msg_ctx) |
axis2_status_t(* | invoke_in_business_logic_async )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *in_msg_ctx, struct axis2_svr_callback *svr_callback) |
axis2_status_t(* | invoke_in_out_business_logic_sync )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *in_msg_ctx, struct axis2_msg_ctx *out_msg_ctx) |
axis2_status_t(* | invoke_in_out_business_logic_async )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *in_msg_ctx, struct axis2_msg_ctx *out_msg_ctx, struct axis2_svr_callback *callback) |
axis2_svc_skeleton_t *(* | make_new_svc_obj )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *msg_ctx) |
axis2_svc_skeleton_t *(* | get_impl_obj )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, struct axis2_msg_ctx *msg_ctx) |
axis2_status_t(* | set_scope )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, const axis2_char_t *scope) |
axis2_char_t *(* | get_scope )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env) |
axis2_status_t(* | delete_svc_obj )(axis2_msg_recv_t *msg_recv, const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx) |