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.
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) |
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.