SOAP 1.1 faultcode element. More...
#include <xmltooling/soap/SOAP.h>
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. |
SOAP 1.1 faultcode element.
virtual Faultcode* soap11::Faultcode::cloneFaultcode | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const xmltooling::QName* soap11::Faultcode::getCode | ( | ) | const [pure virtual] |
Gets the QName content of the element.
virtual void soap11::Faultcode::setCode | ( | const xmltooling::QName * | qname | ) | [pure virtual] |
Sets the QName content of the element.
Client Fault code.
MustUnderstand Fault code.
Server Fault code.
Version Mismatch Fault code.