Files | |
file | axis2_svr_callback.h |
axis Server Callback interface | |
Typedefs | |
typedef struct axis2_svr_callback | axis2_svr_callback_t |
Functions | |
AXIS2_EXTERN void | axis2_svr_callback_free (axis2_svr_callback_t *svr_callback, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_svr_callback_handle_result (axis2_svr_callback_t *svr_callback, const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx) |
AXIS2_EXTERN axis2_status_t | axis2_svr_callback_handle_fault (axis2_svr_callback_t *svr_callback, const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx) |
AXIS2_EXTERN axis2_svr_callback_t * | axis2_svr_callback_create (const axutil_env_t *env) |
typedef struct axis2_svr_callback axis2_svr_callback_t |
Type name for struct axis2_svr_callback
AXIS2_EXTERN axis2_svr_callback_t* axis2_svr_callback_create | ( | const axutil_env_t * | env | ) |
Create Server Callback struct
env | pointer to environment struct |
AXIS2_EXTERN void axis2_svr_callback_free | ( | axis2_svr_callback_t * | svr_callback, | |
const axutil_env_t * | env | |||
) |
Deallocate memory
svr_callback | pointer to server callback struct | |
env | pointer to environment struct |
AXIS2_EXTERN axis2_status_t axis2_svr_callback_handle_fault | ( | axis2_svr_callback_t * | svr_callback, | |
const axutil_env_t * | env, | |||
axis2_msg_ctx_t * | msg_ctx | |||
) |
Handle fault
svr_callback | pointer to server callback struct | |
env | pointer to environment struct | |
msg_ctx | pointer to message context |
AXIS2_EXTERN axis2_status_t axis2_svr_callback_handle_result | ( | axis2_svr_callback_t * | svr_callback, | |
const axutil_env_t * | env, | |||
axis2_msg_ctx_t * | msg_ctx | |||
) |
Handle result
svr_callback | pointer to server callback struct | |
env | pointer to environment struct | |
msg_ctx | pointer to message context |