SOAP fault element has following child elements: faultcode, faultstring, faultactor detail
|
Public Member Functions |
virtual IMPORT_C | ~CSenSoapFault () |
| Destructor.
|
IMPORT_C TPtrC8 | FaultCode () |
IMPORT_C TPtrC8 | FaultString () |
IMPORT_C TPtrC8 | FaultActor () |
IMPORT_C TPtrC8 | Detail () |
Static Public Member Functions |
static IMPORT_C CSenSoapFault * | NewL (CSenElement &aCopiedSource) |
| Copy constructor, making a copy of the original source element.
|
static IMPORT_C CSenSoapFault * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
| Basic constructor.
|
Protected Member Functions |
IMPORT_C | CSenSoapFault () |
| C++ default constructor.
|
IMPORT_C void | ConstructL (CSenElement &aCopiedSource) |
| Basic ConstructL function.
|
IMPORT_C void | ConstructL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
| Basic ConstructL function.
|