Files | |
file | axis2_conf_init.h |
Axis2 configuration initilizing functions. | |
Functions | |
AXIS2_EXTERN axis2_conf_ctx_t * | build_conf_ctx (const axis2_env_t *env, const axis2_char_t *repo_name) |
AXIS2_EXTERN axis2_conf_ctx_t * | build_client_conf_ctx (const axis2_env_t *env, const axis2_char_t *axis2_home) |
AXIS2_EXTERN axis2_conf_ctx_t* build_client_conf_ctx | ( | const axis2_env_t * | env, | |
const axis2_char_t * | axis2_home | |||
) |
Builds the Configuration for the Client
env | Pointer to environment struct. MUST NOT be NULL | |
axis2_home | axis2 home for client. |
AXIS2_EXTERN axis2_conf_ctx_t* build_conf_ctx | ( | const axis2_env_t * | env, | |
const axis2_char_t * | repo_name | |||
) |
Builds the configuration for the Server
env | Pointer to environment struct. MUST NOT be NULL | |
repo_name | repository name |