axis2_msg_recv.h File Reference

Axis Message Receiver interface. Message Receiver struct. This interface is extended by custom message receivers. More...

#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>

Go to the source code of this file.

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_taxis2_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_taxis2_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_taxis2_msg_recv_create (const axutil_env_t *env)


Detailed Description

Axis Message Receiver interface. Message Receiver struct. This interface is extended by custom message receivers.


Generated on Thu May 3 12:31:02 2007 for Axis2/C by  doxygen 1.4.6