#include <axis2_svr_callback.h>
Public Attributes | |
axis2_status_t(* | free )(axis2_svr_callback_t *svr_callback, const axis2_env_t *env) |
axis2_status_t(* | handle_result )(axis2_svr_callback_t *svr_callback, const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx) |
axis2_status_t(* | handle_fault )(axis2_svr_callback_t *svr_callback, const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx) |
axis2_status_t( * axis2_svr_callback_ops::free)(axis2_svr_callback_t *svr_callback, const axis2_env_t *env) |
Deallocate memory
svr_callback | pointer to server callback struct | |
env | pointer to environment struct |
axis2_status_t( * axis2_svr_callback_ops::handle_fault)(axis2_svr_callback_t *svr_callback, const axis2_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_status_t( * axis2_svr_callback_ops::handle_result)(axis2_svr_callback_t *svr_callback, const axis2_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 |