woden_binding_fault
component. This property may contain either a list of QNames representing the subcodes 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>
#include <axis2_array_list.h>
Go to the source code of this file.
Classes | |
struct | woden_soap_fault_subcodes_ops |
struct | woden_soap_fault_subcodes |
Defines | |
#define | WODEN_SOAP_FAULT_SUBCODES_FREE(soap_fault_subcodes, env) |
#define | WODEN_SOAP_FAULT_SUBCODES_IS_QNAMES(soap_fault_subcodes, env) |
#define | WODEN_SOAP_FAULT_SUBCODES_IS_TOKEN(soap_fault_subcodes, env) |
#define | WODEN_SOAP_FAULT_SUBCODES_GET_QNAMES(soap_fault_subcodes, env) |
#define | WODEN_SOAP_FAULT_SUBCODES_GET_TOKEN(soap_fault_subcodes, env) |
Typedefs | |
typedef woden_soap_fault_subcodes | woden_soap_fault_subcodes_t |
typedef woden_soap_fault_subcodes_ops | woden_soap_fault_subcodes_ops_t |
Functions | |
AXIS2_EXTERN woden_soap_fault_subcodes_t * | woden_soap_fault_subcodes_create (const axis2_env_t *env, axis2_char_t *token, axis2_array_list_t *subcode_qns) |
AXIS2_EXTERN void * | woden_soap_fault_subcodes_get_soap_fault_subcodes_any (const axis2_env_t *env) |
woden_binding_fault
component. This property may contain either a list of QNames representing the subcodes or the xs:token any.
This class will restrict the possible values to a collection of QNames or the string "#any". It provides methods to query whether the property contains QNames or a token and methods to retrieve the property value of the appropriate type.