#include <woden.h>
#include <woden_nested_component.h>
#include <woden_nested_element.h>
#include <woden_configurable.h>
Go to the source code of this file.
Classes | |
struct | woden_nested_configurable_ops |
union | woden_nested_configurable_base |
struct | woden_nested_configurable |
Defines | |
#define | WODEN_NESTED_CONFIGURABLE_FREE(nested_configurable, env) |
#define | WODEN_NESTED_CONFIGURABLE_TO_NESTED_CONFIGURABLE_FREE(nested_configurable, env) |
#define | WODEN_NESTED_CONFIGURABLE_SUPER_OBJS(nested_configurable, env) |
#define | WODEN_NESTED_CONFIGURABLE_GET_BASE_IMPL(nested_configurable, env) |
Typedefs | |
typedef woden_nested_configurable_base | woden_nested_configurable_base_t |
typedef woden_nested_configurable | woden_nested_configurable_t |
typedef woden_nested_configurable_ops | woden_nested_configurable_ops_t |
Functions | |
AXIS2_EXTERN woden_nested_configurable_t * | woden_nested_configurable_create (const axis2_env_t *env) |
AXIS2_EXTERN woden_nested_configurable_t * | woden_nested_configurable_to_nested_element (void *nested_configurable, const axis2_env_t *env) |
AXIS2_EXTERN axis2_status_t | woden_nested_configurable_resolve_methods (woden_nested_configurable_t *nested_configurable, const axis2_env_t *env, woden_nested_configurable_t *nested_configurable_impl, axis2_hash_t *methods) |