axiom_soap_fault_value.h File Reference

axiom_soap_fault_value More...

#include <axis2_env.h>
#include <axiom_soap_fault.h>
#include <axiom_soap_fault_sub_code.h>

Go to the source code of this file.

Classes

struct  axiom_soap_fault_value_ops
 soap_fault_value operations struct ops Encapsulator struct of axiom_soap_fault_value More...
struct  axiom_soap_fault_value
 soap_fault_value struct represent a soap_fault_value More...

Defines

#define AXIOM_SOAP_FAULT_VALUE_FREE(fault_value, env)   ((fault_value)->ops->free_fn(fault_value, env))
#define AXIOM_SOAP_FAULT_VALUE_GET_BASE_NODE(fault_value, env)   ((fault_value)->ops->get_base_node(fault_value, env))
#define AXIOM_SOAP_FAULT_VALUE_GET_TEXT(fault_value, env)   ((fault_value)->ops->get_text(fault_value, env))
#define AXIOM_SOAP_FAULT_VALUE_SET_TEXT(fault_value, env, text)   ((fault_value)->ops->set_text(fault_value, env, text))

Typedefs

typedef axiom_soap_fault_value_ops axiom_soap_fault_value_ops_t
typedef axiom_soap_fault_value axiom_soap_fault_value_t

Functions

AXIS2_EXTERN axiom_soap_fault_value_taxiom_soap_fault_value_create_with_subcode (const axis2_env_t *env, axiom_soap_fault_sub_code_t *parent)
AXIS2_EXTERN axiom_soap_fault_value_taxiom_soap_fault_value_create_with_code (const axis2_env_t *env, axiom_soap_fault_code_t *parent)


Detailed Description

axiom_soap_fault_value


Generated on Wed Dec 20 20:14:11 2006 for Axis2/C by  doxygen 1.5.1