Endpoint Element
[Woden/C project]


Classes

struct  woden_wsdl10_endpoint_element_ops
union  woden_wsdl10_endpoint_element_base
struct  woden_wsdl10_endpoint_element

Defines

#define WODEN_WSDL10_ENDPOINT_ELEMENT_FREE(endpoint_el, env)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_TYPE(endpoint_el, env)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_SET_NAME(endpoint_el, env, name)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_NAME(endpoint_el, env)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_SET_BINDING_QNAME(endpoint_el, env, qname)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_BINDING_QNAME(endpoint_el, env)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_BINDING_ELEMENT(endpoint_el, env)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_SET_ADDRESS(endpoint_el, env, uri)
#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_ADDRESS(endpoint_el, env)

Functions

axis2_status_t woden_wsdl10_endpoint_element_resolve_methods (woden_wsdl10_endpoint_element_t *endpoint_element, const axis2_env_t *env, axis2_hash_t *methods)

Define Documentation

#define WODEN_WSDL10_ENDPOINT_ELEMENT_FREE ( endpoint_el,
env   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         free (endpoint_el, env))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_ADDRESS ( endpoint_el,
env   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         get_address(endpoint_el, env))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_BINDING_ELEMENT ( endpoint_el,
env   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         get_binding_element(endpoint_el, env))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_BINDING_QNAME ( endpoint_el,
env   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         get_binding_qname(endpoint_el, env))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_GET_NAME ( endpoint_el,
env   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         get_name(endpoint_el, env))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_SET_ADDRESS ( endpoint_el,
env,
uri   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         set_address(endpoint_el, env, uri))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_SET_BINDING_QNAME ( endpoint_el,
env,
qname   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         set_binding_qname(endpoint_el, env, qname))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_SET_NAME ( endpoint_el,
env,
name   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         set_name(endpoint_el, env, name))

#define WODEN_WSDL10_ENDPOINT_ELEMENT_TYPE ( endpoint_el,
env   ) 

Value:

(((woden_wsdl10_endpoint_element_t *) endpoint_el)->ops->\
         type (endpoint_el, env))


Generated on Tue Oct 3 18:21:16 2006 for Axis2/C by  doxygen 1.4.7