#include <axis2_utils.h>
#include <w2c_engine_configuration.h>
Go to the source code of this file.
Classes | |
struct | w2c_extension_ops |
struct | w2c_extension |
Defines | |
#define | W2C_EXTENSION_FREE(extension, env) ((extension)->ops->free(extension, env)) |
#define | W2C_EXTENSION_ENGAGE(extension, env, conf) ((extension)->ops->engage(extension, env, conf)) |
Typedefs | |
typedef w2c_extension | w2c_extension_t |
typedef w2c_extension_ops | w2c_extension_ops_t |