Main Page | Modules | Class List | Directories | File List | Class Members | File Members

axis2_env.h File Reference

Axis2 environment that acts as a container for error, log and memory allocator routines. More...

#include <axis2_allocator.h>
#include <axis2_error.h>
#include <axis2_stream.h>
#include <axis2_log.h>

Go to the source code of this file.

Defines

#define AXIS2_LOG(env, message)   axis2_env_write_log (env,message)
#define AXIS2_ENV_CHECK(env, error_return)

Typedefs

typedef axis2_environment axis2_env_t
 Axis2 Environment struct.

Functions

axis2_env_taxis2_env_create (axis2_allocator_t *allocator)
axis2_env_taxis2_env_create_with_error_stream (axis2_allocator_t *allocator, axis2_error_t *error, axis2_stream_t *stream)
axis2_env_taxis2_env_create_with_error_stream_log (axis2_allocator_t *allocator, axis2_error_t *error, axis2_stream_t *stream, axis2_log_t *log)
axis2_status_t axis2_env_free (axis2_env_t *env)
axis2_status_t axis2_env_enable_log (axis2_env_t **env, axis2_bool_t enable)
axis2_status_t axis2_env_check_status (axis2_env_t **env)
axis2_status_t axis2_env_write_log (axis2_env_t **env, const char *message)


Detailed Description

Axis2 environment that acts as a container for error, log and memory allocator routines.


Generated on Wed Dec 7 07:58:25 2005 for Axis2/C by  doxygen 1.4.2