#include <axis2_const.h>
#include <axis2_error.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_qname.h>
#include <axis2_array_list.h>
#include <axis2_hash.h>
#include <axis2_handler_desc.h>
#include <axis2_phase.h>
#include <axis2_phase_rule.h>
#include <axis2_handler.h>
#include <axis2_flow.h>
#include <axis2_module_desc.h>
#include <axis2_phase_holder.h>
Go to the source code of this file.
Defines | |
#define | AXIS2_PHASE_RESOLVER_FREE(phase_resolver, env) ((phase_resolver)->ops->free (phase_resolver, env)) |
#define | AXIS2_PHASE_RESOLVER_BUILD_CHAINS(phase_resolver, env) ((phase_resolver)->ops->build_chains (phase_resolver, env)) |
#define | AXIS2_PHASE_RESOLVER_BUILD_MODULE_OP(phase_resolver, env, op) ((phase_resolver)->ops->build_module_op (phase_resolver, env, op)) |
#define | AXIS2_PHASE_RESOLVER_BUILD_TRANSPORT_CHAINS(phase_resolver, env) ((phase_resolver)->ops->build_transport_chains (phase_resolver, env)) |
#define | AXIS2_PHASE_RESOLVER_ENGAGE_MODULE_GLOBALLY(phase_resolver, env, module) ((phase_resolver)->ops->engage_module_globally (phase_resolver, env, module)) |
#define | AXIS2_PHASE_RESOLVER_ENGAGE_MODULE_TO_SVC_FROM_GLOBAL(phase_resolver, env, svc, module_desc) ((phase_resolver)->ops->engage_module_to_svc_from_global (phase_resolver, env, svc, module_desc)) |
#define | AXIS2_PHASE_RESOLVER_ENGAGE_MODULE_TO_SVC(phase_resolver, env, svc, module_desc) ((phase_resolver)->ops->engage_module_to_svc (phase_resolver, env, svc, module_desc)) |
#define | AXIS2_PHASE_RESOLVER_ENGAGE_MODULE_TO_OP(phase_resolver, env, axis_op, module_desc) ((phase_resolver)->ops->engage_module_to_op (phase_resolver, env, axis_op, module_desc)) |
Typedefs | |
typedef axis2_phase_resolver | axis2_phase_resolver_t |
typedef axis2_phase_resolver_ops | axis2_phase_resolver_ops_t |
Functions | |
AXIS2_EXTERN axis2_phase_resolver_t * | axis2_phase_resolver_create (const axis2_env_t *env) |
AXIS2_EXTERN axis2_phase_resolver_t * | axis2_phase_resolver_create_with_config (const axis2_env_t *env, struct axis2_conf *axis2_config) |
AXIS2_EXTERN axis2_phase_resolver_t * | axis2_phase_resolver_create_with_config_and_svc (const axis2_env_t *env, struct axis2_conf *axis2_config, struct axis2_svc *svc) |