|
Classes |
struct | axis2_wsdl_binding_msg_ref_ops |
| Wsdl Binding Message Reference ops struct Encapsulator struct for ops of axis2_wsdl_binding_msg_ref. More...
|
struct | axis2_wsdl_binding_msg_ref |
| Wsdl binding message reference struct. More...
|
Defines |
#define | AXIS2_WSDL_BINDING_MSG_REF_FREE(wsdl_binding_msg_ref, env) ((wsdl_binding_msg_ref)->ops->free (wsdl_binding_msg_ref, env)) |
#define | AXIS2_WSDL_BINDING_MSG_REF_GET_DIRECTION(wsdl_binding_msg_ref, env) ((wsdl_binding_msg_ref)->ops->get_direction (wsdl_binding_msg_ref, env)) |
#define | AXIS2_WSDL_BINDING_MSG_REF_SET_DIRECTION(wsdl_binding_msg_ref, env, direction) ((wsdl_binding_msg_ref)->ops->set_direction (wsdl_binding_msg_ref, env, direction)) |
#define | AXIS2_WSDL_BINDING_MSG_REF_GET_MSG_LABEL(wsdl_binding_msg_ref, env) ((wsdl_binding_msg_ref)->ops->get_msg_label (wsdl_binding_msg_ref, env)) |
#define | AXIS2_WSDL_BINDING_MSG_REF_SET_MSG_LABEL(wsdl_binding_msg_ref, env, ref) ((wsdl_binding_msg_ref)->ops->set_msg_label (wsdl_binding_msg_ref, env, msg_label)) |
Functions |
AXIS2_EXTERN axis2_wsdl_binding_msg_ref_t * | axis2_wsdl_binding_msg_ref_create (const axis2_env_t *env) |