Functions | |
AXIS2_EXTERN axis2_properties_t * | w2c_messages_get_message_properties (const axis2_env_t *env) |
AXIS2_EXTERN axis2_char_t * | w2c_messages_get_message (const axis2_env_t *env, axis2_char_t *key) |
AXIS2_EXTERN void | w2c_messages_print_n_log_error (const axis2_env_t *env, axis2_char_t *key) |
AXIS2_EXTERN void | w2c_messages_print_n_log_error_from_properties (const axis2_env_t *env, axis2_properties_t *props, axis2_char_t *key) |
AXIS2_EXTERN axis2_char_t* w2c_messages_get_message | ( | const axis2_env_t * | env, | |
axis2_char_t * | key | |||
) |
return the message for specified key.
env | double pointer to environment struct. MUST NOT be NULL | |
key | key for the message |
AXIS2_EXTERN axis2_properties_t* w2c_messages_get_message_properties | ( | const axis2_env_t * | env | ) |
creates/ returns a hash of messages.
env | double pointer to environment struct. MUST NOT be NULL | |
file_name | name of the file |
AXIS2_EXTERN void w2c_messages_print_n_log_error | ( | const axis2_env_t * | env, | |
axis2_char_t * | key | |||
) |
print and log the message for specified key.
env | double pointer to environment struct. MUST NOT be NULL | |
key | key for the message |
AXIS2_EXTERN void w2c_messages_print_n_log_error_from_properties | ( | const axis2_env_t * | env, | |
axis2_properties_t * | props, | |||
axis2_char_t * | key | |||
) |
print and log the message for specified key from given properties.
env | double pointer to environment struct. MUST NOT be NULL | |
properties | properties to find the key | |
key | key for the message |