NonStop SOAP 4.1 User's Manual
The axis2_msg_ctx_get_conf_ctx()Function
Synopsis:
AXIS2_EXTERN struct axis2_conf_ctx* axis2_msg_ctx_get_conf_ctx
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
This function gets the configuration context.
Parameters:
msg_ctx
is the message context.
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
This function returns pointer to configuration context.
The axis2_msg_ctx_get_svc_ctx() Function
Synopsis:
AXIS2_EXTERN struct axis2_svc_ctx* axis2_msg_ctx_get_svc_ctx
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
This function
Parameters:
msg_ctx
is the message context.
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
Service Skeleton API
AXIS2_SVC_SKELETON_INIT
Synopsis:
#define AXIS2_SVC_SKELETON_INIT ( svc_skeleton,
env ) ((svc_skeleton)->ops->init (svc_skeleton, env))
Description:
Initialize the svc skeleton.
AXIS2_SVC_SKELETON_INIT_WITH_CONF
Synopsis:
#define AXIS2_SVC_SKELETON_INIT_WITH_CONF ( svc_skeleton,
env,
conf ) ((svc_skeleton)->ops->init_with_conf (svc_skeleton, env, conf))
Description:
Initialize the svc skeleton with axis2c configuration struct.
Service Skeleton API 373










