#include <axis2_const.h>
#include <axis2_error.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_string.h>
#include <axis2_conf.h>
#include <axis2_hash.h>
Go to the source code of this file.
Defines | |
#define | AXIS2_MODULE_INIT(module, env) ((module)->ops->init (module, env)) |
#define | AXIS2_MODULE_SHUTDOWN(module, env) ((module)->ops->shutdown (module, env)) |
#define | AXIS2_MODULE_FILL_HANDLER_CREATE_FUNC_MAP(module, env) ((module)->ops->fill_handler_create_func_map (module, env)) |
Typedefs | |
typedef axis2_module_ops | axis2_module_ops_t |
typedef axis2_module | axis2_module_t |
Functions | |
AXIS2_EXTERN axis2_module_t * | axis2_module_create (const axis2_env_t *env) |