#include <axis2_phase_rule.h>
Public Attributes | |
axis2_char_t *(* | get_before )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env) |
axis2_status_t(* | set_before )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env, const axis2_char_t *before) |
axis2_char_t *(* | get_after )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env) |
axis2_status_t(* | set_after )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env, const axis2_char_t *after) |
axis2_char_t *(* | get_name )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env) |
axis2_status_t(* | set_name )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env, const axis2_char_t *name) |
axis2_bool_t(* | is_phase_first )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env) |
axis2_status_t(* | set_phase_first )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env, axis2_bool_t phae_first) |
axis2_bool_t(* | is_phase_last )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env) |
axis2_status_t(* | set_phase_last )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env, axis2_bool_t phae_last) |
axis2_status_t(* | free )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env) |
axis2_phase_rule *(* | clone )(struct axis2_phase_rule *phase_rule, const axis2_env_t *env) |