#include <axis2_utils.h>
#include <axis2_error.h>
#include <axis2_utils_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_string.h>
#include <axis2_array_list.h>
#include <axis2_hash.h>
#include <axis2_qname.h>
#include <axis2_param.h>
Go to the source code of this file.
Classes | |
struct | axis2_param_container_ops |
Param Container ops struct Encapsulator struct for ops of axis2_param_container. More... | |
struct | axis2_param_container |
Param container struct Container for params. More... | |
Defines | |
#define | AXIS2_PARAM_CONTAINER_FREE(param_container, env) ((param_container)->ops->free (param_container, env)) |
#define | AXIS2_PARAM_CONTAINER_ADD_PARAM(param_container, env, param) ((param_container)->ops->add_param (param_container, env, param)) |
#define | AXIS2_PARAM_CONTAINER_GET_PARAM(param_container, env, name) ((param_container)->ops->get_param (param_container, env, name)) |
#define | AXIS2_PARAM_CONTAINER_GET_PARAMS(param_container, env) ((param_container)->ops->get_params (param_container, env)) |
#define | AXIS2_PARAM_CONTAINER_IS_PARAM_LOCKED(param_container, env, param_name) |
Typedefs | |
typedef axis2_status_t(*) | AXIS2_PARAM_VALUE_FREE (void *param, const axis2_env_t *env) |
typedef axis2_param_container_ops | axis2_param_container_ops_t |
Param Container ops struct Encapsulator struct for ops of axis2_param_container. | |
typedef axis2_param_container | axis2_param_container_t |
Param container struct Container for params. | |
Functions | |
AXIS2_EXTERN axis2_param_container_t * | axis2_param_container_create (const axis2_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_param_container_free_void_arg (void *param_container, const axis2_env_t *env) |