Endpoint Element
[Woden/C project]


Classes

struct  woden_endpoint_element_ops
union  woden_endpoint_element_base
struct  woden_endpoint_element

Defines

#define WODEN_ENDPOINT_ELEMENT_FREE(endpoint_el, env)
#define WODEN_ENDPOINT_ELEMENT_TYPE(endpoint_el, env)
#define WODEN_ENDPOINT_ELEMENT_SET_NAME(endpoint_el, env, name)
#define WODEN_ENDPOINT_ELEMENT_GET_NAME(endpoint_el, env)
#define WODEN_ENDPOINT_ELEMENT_SET_BINDING_QNAME(endpoint_el, env, qname)
#define WODEN_ENDPOINT_ELEMENT_GET_BINDING_QNAME(endpoint_el, env)
#define WODEN_ENDPOINT_ELEMENT_GET_BINDING_ELEMENT(endpoint_el, env)
#define WODEN_ENDPOINT_ELEMENT_SET_ADDRESS(endpoint_el, env, uri)
#define WODEN_ENDPOINT_ELEMENT_GET_ADDRESS(endpoint_el, env)

Functions

axis2_status_t woden_endpoint_element_resolve_methods (woden_endpoint_element_t *endpoint_element, const axis2_env_t *env, axis2_hash_t *methods)

Define Documentation

#define WODEN_ENDPOINT_ELEMENT_FREE endpoint_el,
env   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_GET_ADDRESS endpoint_el,
env   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_GET_BINDING_ELEMENT endpoint_el,
env   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_GET_BINDING_QNAME endpoint_el,
env   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_GET_NAME endpoint_el,
env   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_SET_ADDRESS endpoint_el,
env,
uri   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_SET_BINDING_QNAME endpoint_el,
env,
qname   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_SET_NAME endpoint_el,
env,
name   ) 
 

Value:

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

#define WODEN_ENDPOINT_ELEMENT_TYPE endpoint_el,
env   ) 
 

Value:

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


Generated on Thu Aug 31 17:32:42 2006 for Axis2/C by  doxygen 1.4.6