|
Files |
file | axis2_msg_recv.h |
| Axis Message Receiver interface. Message Receiver struct. This interface is extended by custom message receivers.
|
Defines |
#define | AXIS2_SUCCESS 1 |
#define | AXIS2_FAILURE 0 |
Typedefs |
typedef axis2_msg_recv | axis2_msg_recv_t |
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, void *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, void *func) |
AXIS2_EXTERN axis2_msg_recv_t * | axis2_msg_recv_create (const axutil_env_t *env) |