#include <xmltooling/soap/SOAP.h>
Inheritance diagram for soap11::Faultcode:
Public Member Functions | |
virtual Faultcode * | cloneFaultcode () const =0 |
Type-specific clone method. | |
virtual const xmltooling::QName * | getCode () const =0 |
Gets the QName content of the element. | |
virtual void | setCode (const xmltooling::QName *qname)=0 |
Sets the QName content of the element. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static xmltooling::QName | CLIENT |
Client Fault code. | |
static xmltooling::QName | SERVER |
Server Fault code. | |
static xmltooling::QName | MUSTUNDERSTAND |
MustUnderstand Fault code. | |
static xmltooling::QName | VERSIONMISMATCH |
Version Mismatch Fault code. |