handles file writing


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)

Function Documentation

AXIS2_EXTERN axis2_char_t* w2c_messages_get_message ( const axis2_env_t env,
axis2_char_t *  key 
)

return the message for specified key.

Parameters:
env double pointer to environment struct. MUST NOT be NULL
key key for the message
Returns:
the message

AXIS2_EXTERN axis2_properties_t* w2c_messages_get_message_properties ( const axis2_env_t env  ) 

creates/ returns a hash of messages.

Parameters:
env double pointer to environment struct. MUST NOT be NULL
file_name name of the file
Returns:
the hash including the messages

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.

Parameters:
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.

Parameters:
env double pointer to environment struct. MUST NOT be NULL
properties properties to find the key
key key for the message


Generated on Tue Oct 3 22:36:02 2006 for Axis2/C by  doxygen 1.4.7