axis2_wsdl_msg_ref_ops Struct Reference
[Wsdl Binding Message Reference]

Wsdl Message Reference ops struct Encapsulator struct for ops of axis2_wsdl_msg_ref. More...

#include <axis2_wsdl_msg_ref.h>

List of all members.

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)


Detailed Description

Wsdl Message Reference ops struct Encapsulator struct for ops of axis2_wsdl_msg_ref.


Member Data Documentation

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

Returns:
status code

axis2_char_t*( * axis2_wsdl_msg_ref_ops::get_direction)(axis2_wsdl_msg_ref_t *msg_ref, const axis2_env_t *env)

Method getDirection

Returns:

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.

Returns:

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

Returns:

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

Parameters:
direction 

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.

Parameters:
element 

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

Parameters:
messageLabel 


The documentation for this struct was generated from the following file:
Generated on Thu Oct 26 21:00:33 2006 for Axis2/C by  doxygen 1.4.7