woden_soap_fault_code.h File Reference

Axis2 Soap Fault Code Interface This class represents the {soap fault code} property that forms part of the SOAP extensions to the WSDL woden_binding_fault component. This property may contain either a QName representing the code or the xs:token any. More...

#include <axis2_allocator.h>
#include <axis2_env.h>
#include <axis2_error.h>
#include <axis2_string.h>
#include <axis2_utils.h>
#include <axis2_hash.h>
#include <axis2_qname.h>
#include <woden.h>

Go to the source code of this file.

Classes

struct  woden_soap_fault_code_ops
struct  woden_soap_fault_code

Defines

#define WODEN_SOAP_FAULT_CODE_FREE(soap_fault_code, env)
#define WODEN_SOAP_FAULT_CODE_IS_QNAME(soap_fault_code, env)
#define WODEN_SOAP_FAULT_CODE_IS_TOKEN(soap_fault_code, env)
#define WODEN_SOAP_FAULT_CODE_GET_QNAME(soap_fault_code, env)
#define WODEN_SOAP_FAULT_CODE_GET_TOKEN(soap_fault_code, env)

Typedefs

typedef woden_soap_fault_code woden_soap_fault_code_t
typedef woden_soap_fault_code_ops woden_soap_fault_code_ops_t

Functions

AXIS2_EXTERN woden_soap_fault_code_t * woden_soap_fault_code_create (const axis2_env_t *env, axis2_char_t *token, axis2_qname_t *code_qn)
AXIS2_EXTERN void * woden_soap_fault_code_get_soap_fault_code_any (const axis2_env_t *env)


Detailed Description

Axis2 Soap Fault Code Interface This class represents the {soap fault code} property that forms part of the SOAP extensions to the WSDL woden_binding_fault component. This property may contain either a QName representing the code or the xs:token any.

This class will restrict the possible values to a QName reference or the string "#any". It provides methods to query whether the property contains a QName or a token and methods to retrieve the property value of the appropriate type.


Generated on Tue Oct 3 20:48:05 2006 for Axis2/C by  doxygen 1.4.7