axiom_soap_fault_code_ops Struct Reference
[soap fault code]

soap_fault_code operations struct ops Encapsulator struct of axiom_soap_fault_code More...

#include <axiom_soap_fault_code.h>

List of all members.

Public Attributes

axis2_status_t(* free_fn )(axiom_soap_fault_code_t *fault_code, const axis2_env_t *env)
axiom_soap_fault_sub_code *(* get_sub_code )(axiom_soap_fault_code_t *fault_code, const axis2_env_t *env)
axiom_soap_fault_value *(* get_value )(axiom_soap_fault_code_t *fault_code, const axis2_env_t *env)
axiom_node_t *(* get_base_node )(axiom_soap_fault_code_t *fault_code, const axis2_env_t *env)


Detailed Description

soap_fault_code operations struct ops Encapsulator struct of axiom_soap_fault_code


Member Data Documentation

axis2_status_t( * axiom_soap_fault_code_ops::free_fn)(axiom_soap_fault_code_t *fault_code, const axis2_env_t *env)

Free an axiom_soap_fault_code

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

struct axiom_soap_fault_sub_code*( * axiom_soap_fault_code_ops::get_sub_code)(axiom_soap_fault_code_t *fault_code, const axis2_env_t *env)

Returns:
axiom_soap_fault_sub_code struct if one is associated with this fault_code struct , otherwise teturns NULL

struct axiom_soap_fault_value*( * axiom_soap_fault_code_ops::get_value)(axiom_soap_fault_code_t *fault_code, const axis2_env_t *env)

Returns:
soap_fault_value if available


The documentation for this struct was generated from the following file:
Generated on Tue Oct 3 22:36:09 2006 for Axis2/C by  doxygen 1.4.7