SOAP fault element has following child elements: faultcode, faultstring, faultactor detail
|
Public Member Functions |
virtual IMPORT_C | ~CSenSoapFault2 () |
| Destructor.
|
IMPORT_C TPtrC8 | FaultCode () |
IMPORT_C TPtrC8 | FaultSubcode () |
IMPORT_C TPtrC8 | FaultString () |
IMPORT_C TPtrC8 | FaultActor () |
IMPORT_C TPtrC8 | Detail () |
Static Public Member Functions |
static IMPORT_C CSenSoapFault2 * | NewL (TXmlEngElement &aElement) |
| Copy constructor, making a copy of the original source element.
|
static IMPORT_C CSenSoapFault2 * | NewL (TXmlEngElement &aElement, RSenDocument &aDocument) |
| Constructor which, takes 1) TXmlEngElement which is already owned by other Fragment and 2) RSenDocument which is owned by that same other Fragment.
|
static IMPORT_C CSenSoapFault2 * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aPrefix, const RAttributeArray &aAttributes, TXmlEngElement &aElement, RSenDocument &aDocument) |
| Basic constructor.
|
Protected Member Functions |
IMPORT_C | CSenSoapFault2 () |
| C++ default constructor.
|
IMPORT_C void | ConstructL (TXmlEngElement &aElement) |
| Basic ConstructL function.
|
IMPORT_C void | ConstructL (TXmlEngElement &aElement, RSenDocument &aDocument) |
| ConstructL method which takes 1) TXmlEngElement which is already owned by other Fragment and 2) RSenDocument which is owned by that same other Fragment.
|
IMPORT_C void | ConstructL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aPrefix, const RAttributeArray &aAttributes, TXmlEngElement &aElement, RSenDocument &aDocument) |
| Basic ConstructL function.
|