|
Public Attributes |
axis2_status_t(* | set_conf )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, struct axis2_conf *conf) |
axis2_ctx_t *(* | get_base )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env) |
axis2_conf *(* | get_conf )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env) |
axis2_hash_t *(* | get_op_ctx_map )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env) |
axis2_hash_t *(* | get_svc_ctx_map )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env) |
axis2_hash_t *(* | get_svc_grp_ctx_map )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env) |
axis2_status_t(* | register_op_ctx )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_char_t *message_id, struct axis2_op_ctx *op_ctx) |
axis2_op_ctx *(* | get_op_ctx )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_char_t *message_id) |
axis2_status_t(* | register_svc_ctx )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_char_t *svc_id, struct axis2_svc_ctx *svc_ctx) |
axis2_svc_ctx *(* | get_svc_ctx )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_char_t *svc_id) |
axis2_status_t(* | register_svc_grp_ctx )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_char_t *svc_grp_id, struct axis2_svc_grp_ctx *svc_grp_ctx) |
axis2_svc_grp_ctx *(* | get_svc_grp_ctx )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_char_t *svc_grp_id) |
axis2_char_t *(* | get_root_dir )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env) |
axis2_status_t(* | set_root_dir )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_char_t *path) |
axis2_status_t(* | init )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, struct axis2_conf *conf) |
axis2_status_t(* | free )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env) |
axis2_svc_grp_ctx *(* | fill_ctxs )(struct axis2_conf_ctx *conf_ctx, const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx) |