Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axiom_soap_fault_value_ops Struct Reference
[Axiom_soap_fault_value]

soap_fault_value operations struct ops Encapsulator struct of axiom_soap_fault_value More...

#include <axiom_soap_fault_value.h>

List of all members.

Public Attributes

axis2_status_t(* free_fn )(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env)
axis2_char_t *(* get_text )(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env)
axiom_node_t *(* get_base_node )(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env)
axis2_status_t(* set_text )(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env, axis2_char_t *text)


Detailed Description

soap_fault_value operations struct ops Encapsulator struct of axiom_soap_fault_value


Member Data Documentation

axis2_status_t( * axiom_soap_fault_value_ops::free_fn)(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env)
 

Free an axiom_soap_fault_value

Parameters:
fault_value pointer to soap_fault_value struct
env Environment. MUST NOT be NULL
Returns:
satus of the op. AXIS2_SUCCESS on success else AXIS2_FAILURE

axiom_node_t*( * axiom_soap_fault_value_ops::get_base_node)(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env)
 

Set the text value of the env:Value element directly under env:Code element

Parameters:
fault_value pointer to axiom_soap_fault_t
env Environment. MUST NOT BE NULL
text value to be set

axis2_char_t*( * axiom_soap_fault_value_ops::get_text)(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env)
 

Get the text value of the env:Value element directly under env:Code element

Parameters:
fault_value pointer to axiom_soap_fault_t
env Environment. MUST NOT BE NULL
Returns:
text value

axis2_status_t( * axiom_soap_fault_value_ops::set_text)(axiom_soap_fault_value_t *fault_value, const axis2_env_t *env, axis2_char_t *text)
 

set the text value of soap_fault_value element

Parameters:
fault_value pointer to soap fault value struct
env environment MUST not be NULL
text Text value to be set


The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:02:40 2006 for Axis2/C by  doxygen 1.4.2