CUpnpSoapMessage Class Reference

class CUpnpSoapMessage

SOAP-Message class. Used in sending and handling SOAP messages.

Since
Series60 2.6
Public Member Functions
~CUpnpSoapMessage ()
IMPORT_C const TPtrC8 ActionName ()
IMPORT_C CUpnpSoapMessage * NewL ( TDesC8 &, const TInetAddr &)
IMPORT_C const TPtrC8 ServiceType ()
IMPORT_C const TPtrC8 SoapAction ()
Private Member Functions
CUpnpSoapMessage ()
void ConstructL ( TInetAddr )

Constructor & Destructor Documentation

CUpnpSoapMessage()

CUpnpSoapMessage ( ) [private]

C++ default constructor.

~CUpnpSoapMessage()

IMPORT_C ~CUpnpSoapMessage ( )

Destructor.

Member Functions Documentation

ActionName()

IMPORT_C const TPtrC8 ActionName ( )
Returns action name
Since
Series60 2.6

ConstructL(TInetAddr)

void ConstructL ( TInetAddr aSender ) [private]

Second phase construct.

Parameters

TInetAddr aSender

NewL(TDesC8 &, const TInetAddr &)

IMPORT_C CUpnpSoapMessage * NewL ( TDesC8 & aBuffer,
const TInetAddr & aAddr
) [static]

Two-phased constructor.

Parameters

TDesC8 & aBuffer Buffer which contains the message.
const TInetAddr & aAddr Target IP address.

ServiceType()

IMPORT_C const TPtrC8 ServiceType ( )
Returns service type
Since
Series60 2.6

SoapAction()

IMPORT_C const TPtrC8 SoapAction ( )
Returns SOAPACTION header
Since
Series60 2.6