|
Public Member Functions |
virtual IMPORT_C | ~CSenSoapMessage2 () |
| Destructor.
|
IMPORT_C void | SetSecurityHeaderL (const TDesC8 &aData) |
| Sets a new security header for the soap message.
|
IMPORT_C TInt | AddSecurityTokenL (const TDesC8 &aNewToken) |
| Adds new token (content) to current security header, appending to existing.
|
virtual IMPORT_C TClass | Type () |
| Gets the Message Type.
|
virtual IMPORT_C MSenMessage * | CloneL () |
| Clone method that duplicates this message -- including all member data in the message.
|
Static Public Member Functions |
static IMPORT_C CSenSoapMessage2 * | NewL () |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewLC () |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewL (TSOAPVersion aVersion) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewLC (TSOAPVersion aVersion) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewL (TSOAPVersion aVersion, const TDesC8 &aSecurityNs) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewLC (TSOAPVersion aVersion, const TDesC8 &aSecurityNs) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewL (MSenMessageContext &aContext) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewLC (MSenMessageContext &aContext) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewL (MSenMessageContext &aContext, TSOAPVersion aVersion) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewLC (MSenMessageContext &aContext, TSOAPVersion aVersion) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewL (MSenMessageContext &aContext, TSOAPVersion aVersion, const TDesC8 &aSecurityNs) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewLC (MSenMessageContext &aContext, TSOAPVersion aVersion, const TDesC8 &aSecurityNs) |
| Two-phase constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewL (CSenSoapMessage2 &aMessage) |
| Two-phased copy constructor.
|
static IMPORT_C CSenSoapMessage2 * | NewLC (CSenSoapMessage2 &aMessage) |
| Two-phased copy constructor.
|
Protected Member Functions |
IMPORT_C | CSenSoapMessage2 () |
| C++ default constructor.
|
virtual IMPORT_C CSenWsSecurityHeader2 * | NewSecurityHeaderLC (const TDesC8 *aData, RSenDocument aDocument, TXmlEngElement element) |
| Helper function to make a new security header.
|
virtual IMPORT_C void | ParseHeaderL (const RTagInfo &aElement, const RAttributeArray &aAttributes) |
| This method should be overridden by subclasses.
|
IMPORT_C void | BaseConstructL () |
| This method should be called from the deriving classes ConstructL() methods.
|
IMPORT_C void | BaseConstructL (TSOAPVersion aVersion) |
| This method should be called from the deriving classes ConstructL() methods.
|
IMPORT_C void | BaseConstructL (TSOAPVersion aVersion, const TDesC8 &aSecurityNs) |
| This method should be called from the deriving classes ConstructL() methods.
|
IMPORT_C void | BaseConstructL (MSenMessageContext &aContext) |
| This method should be called from the deriving classes ConstructL() methods.
|
IMPORT_C void | BaseConstructL (MSenMessageContext &aContext, TSOAPVersion aVersion) |
| This method should be called from the deriving classes ConstructL() methods.
|
IMPORT_C void | BaseConstructL (MSenMessageContext &aContext, TSOAPVersion aVersion, const TDesC8 &aSecurityNs) |
| This method should be called from the deriving classes ConstructL() methods.
|
IMPORT_C void | BaseConstructL (CSenSoapMessage2 &aMessage) |
| This method should be called from the deriving classes ConstructL() methods.
|
Protected Attributes |
CSenWsSecurityHeader2 * | ipSecurityHeader |