axis2_svr_callback_ops Struct Reference
[server callback]

#include <axis2_svr_callback.h>

List of all members.

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)


Detailed Description

service callback ops struct Encapsulator struct for ops of axis2_svr_callback


Member Data Documentation

axis2_status_t( * axis2_svr_callback_ops::free)(axis2_svr_callback_t *svr_callback, const axis2_env_t *env)

Deallocate memory

Parameters:
svr_callback pointer to server callback struct
env pointer to environment struct
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

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

Parameters:
svr_callback pointer to server callback struct
env pointer to environment struct
msg_ctx pointer to message context
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

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

Parameters:
svr_callback pointer to server callback struct
env pointer to environment struct
msg_ctx pointer to message context
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE


The documentation for this struct was generated from the following file:
Generated on Thu Oct 26 21:11:47 2006 for Axis2/C by  doxygen 1.4.7