#include <axis2_allocator.h>
#include <axis2_env.h>
#include <axis2_error.h>
#include <axis2_string.h>
#include <axis2_utils.h>
#include <axis2_hash.h>
#include <axis2_qname.h>
#include <axis2_uri.h>
#include <woden.h>
#include <woden_documentable_element.h>
#include <woden_configurable_element.h>
#include <woden_nested_element.h>
#include <woden_nc_name.h>
Go to the source code of this file.
Classes | |
struct | woden_wsdl10_svc_element_ops |
union | woden_wsdl10_svc_element_base |
struct | woden_wsdl10_svc_element |
Defines | |
#define | WODEN_WSDL10_SVC_ELEMENT_FREE(svc_el, env) |
#define | WODEN_WSDL10_SVC_ELEMENT_TYPE(svc_el, env) |
#define | WODEN_WSDL10_SVC_ELEMENT_SET_QNAME(svc_el, env, qname) |
#define | WODEN_WSDL10_SVC_ELEMENT_GET_QNAME(svc_el, env) |
#define | WODEN_WSDL10_SVC_ELEMENT_SET_INTERFACE_QNAME(svc_el, env, qname) |
#define | WODEN_WSDL10_SVC_ELEMENT_GET_INTERFACE_QNAME(svc_el, env) |
#define | WODEN_WSDL10_SVC_ELEMENT_GET_INTERFACE_ELEMENT(svc_el, env) |
#define | WODEN_WSDL10_SVC_ELEMENT_ADD_ENDPOINT_ELEMENT(svc_el, env, endpoint) |
#define | WODEN_WSDL10_SVC_ELEMENT_GET_ENDPOINT_ELEMENTS(svc_el, env) |
Typedefs | |
typedef woden_wsdl10_svc_element | woden_wsdl10_svc_element_t |
typedef woden_wsdl10_svc_element_ops | woden_wsdl10_svc_element_ops_t |
typedef woden_wsdl10_svc_element_base | woden_wsdl10_svc_element_base_t |
Functions | |
axis2_status_t | woden_wsdl10_svc_element_resolve_methods (woden_wsdl10_svc_element_t *svc_element, const axis2_env_t *env, axis2_hash_t *methods) |