Link against: senmessages.lib
#include <SenSoapFault2.h>
Inherits CSenDomFragmentBase.
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. |
|
Destructor. |
|
C++ default constructor. |
|
Basic ConstructL function.
|
|
ConstructL method which takes 1) TXmlEngElement which is already owned by other Fragment and 2) RSenDocument which is owned by that same other Fragment. Constructor takes a copy of RSenDocument => given element will be destructed when both original Fragment and CSenSoapFault2 have been destructed. Given element will be root element of CSenSoapFault2.
|
|
Basic ConstructL function.
|
|
|
|
|
|
|
|
|
|
|
|
Basic constructor.
Reimplemented from CSenDomFragmentBase. |
|
Constructor which, takes 1) TXmlEngElement which is already owned by other Fragment and 2) RSenDocument which is owned by that same other Fragment. Constructor takes a copy of RSenDocument => given element will be destructed when both original Fragment and CSenSoapFault2 have been destructed. Given element will be root element of CSenSoapFault2.
Reimplemented from CSenFragmentBase. |
|
Copy constructor, making a copy of the original source element.
|