#include <axis2_wsdl_msg_ref.h>
Public Attributes | |
axis2_status_t(* | free )(axis2_wsdl_msg_ref_t *wsdl_msg_ref, const axis2_env_t *env) |
axis2_char_t *(* | get_direction )(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env) |
axis2_status_t(* | set_direction )(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env, const axis2_char_t *direction) |
axis2_char_t *(* | get_msg_label )(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env) |
axis2_status_t(* | set_msg_label )(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env, const axis2_char_t *msg_label) |
axis2_qname_t *(* | get_element )(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env) |
axis2_status_t(* | set_element )(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env, axis2_qname_t *element) |
axis2_status_t( * axis2_wsdl_msg_ref_ops::free)(axis2_wsdl_msg_ref_t *wsdl_msg_ref, const axis2_env_t *env) |
De-allocate memory
axis2_char_t*( * axis2_wsdl_msg_ref_ops::get_direction)(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env) |
Method getDirection
axis2_status_t( * axis2_wsdl_msg_ref_ops::set_direction)(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env, const axis2_char_t *direction) |
Method setDirection
direction |
axis2_char_t*( * axis2_wsdl_msg_ref_ops::get_msg_label)(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env) |
Method getMessageLabel
axis2_status_t( * axis2_wsdl_msg_ref_ops::set_msg_label)(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env, const axis2_char_t *msg_label) |
Method setMessageLabel
messageLabel |
axis2_qname_t*( * axis2_wsdl_msg_ref_ops::get_element)(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env) |
Returns an Element which refers to the actual message that will get transported. This Element Abstracts all the Message Parts that was defined in the WSDL 1.1.
axis2_status_t( * axis2_wsdl_msg_ref_ops::set_element)(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env, axis2_qname_t *element) |
Sets the Element that will Abstract the actual message. All the parts defined in WSDL 1.1 per message should be Encapsulated in this Element.
element |