Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_param_container.h File Reference

Axis2 Param container interface. More...

#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.

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_taxis2_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)


Detailed Description

Axis2 Param container interface.


Typedef Documentation

typedef axis2_status_t( * AXIS2_PARAM_VALUE_FREE)(void *param, const axis2_env_t *env)
 

each type which is passed as a param value to a parameter, must have this type of function implemented. When the param value is set this function should also be assigned to param free function


Generated on Fri Jun 16 18:02:34 2006 for Axis2/C by  doxygen 1.4.2