#include <axis2_defines.h>
#include <axis2_const.h>
#include <axis2_svc_skeleton.h>
#include <axis2_msg_ctx.h>
#include <axis2_op_ctx.h>
#include <axis2_svr_callback.h>
#include <axis2_svc.h>
Go to the source code of this file.
Typedefs | |
typedef struct axis2_msg_recv | axis2_msg_recv_t |
typedef axis2_status_t(* | AXIS2_MSG_RECV_INVOKE_BUSINESS_LOGIC )(axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_msg_ctx *in_msg_ctx, struct axis2_msg_ctx *out_msg_ctx) |
typedef axis2_status_t(* | AXIS2_MSG_RECV_RECEIVE )(axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_msg_ctx *in_msg_ctx, void *callback_recv_param) |
typedef axis2_status_t(* | AXIS2_MSG_RECV_LOAD_AND_INIT_SVC )(axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_svc *svc) |
Functions | |
AXIS2_EXTERN void | axis2_msg_recv_free (axis2_msg_recv_t *msg_recv, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_recv_receive (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_msg_ctx *in_msg_ctx, void *callback_recv_param) |
AXIS2_EXTERN axis2_status_t | axis2_msg_recv_invoke_business_logic (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_msg_ctx *in_msg_ctx, struct axis2_msg_ctx *out_msg_ctx) |
AXIS2_EXTERN axis2_svc_skeleton_t * | axis2_msg_recv_make_new_svc_obj (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_msg_ctx *msg_ctx) |
AXIS2_EXTERN axis2_svc_skeleton_t * | axis2_msg_recv_get_impl_obj (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_msg_ctx *msg_ctx) |
AXIS2_EXTERN axis2_status_t | axis2_msg_recv_set_scope (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, const axis2_char_t *scope) |
AXIS2_EXTERN axis2_char_t * | axis2_msg_recv_get_scope (axis2_msg_recv_t *msg_recv, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_recv_delete_svc_obj (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx) |
AXIS2_EXPORT axis2_status_t | axis2_msg_recv_set_invoke_business_logic (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, AXIS2_MSG_RECV_INVOKE_BUSINESS_LOGIC func) |
AXIS2_EXPORT axis2_status_t | axis2_msg_recv_set_derived (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, void *derived) |
AXIS2_EXPORT void * | axis2_msg_recv_get_derived (const axis2_msg_recv_t *msg_recv, const axutil_env_t *env) |
AXIS2_EXPORT axis2_status_t | axis2_msg_recv_set_receive (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, AXIS2_MSG_RECV_RECEIVE func) |
AXIS2_EXPORT axis2_status_t | axis2_msg_recv_set_load_and_init_svc (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, AXIS2_MSG_RECV_LOAD_AND_INIT_SVC func) |
AXIS2_EXPORT axis2_status_t | axis2_msg_recv_load_and_init_svc (axis2_msg_recv_t *msg_recv, const axutil_env_t *env, struct axis2_svc *svc) |
AXIS2_EXTERN axis2_msg_recv_t * | axis2_msg_recv_create (const axutil_env_t *env) |