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 TPtrC8ActionName()
IMPORT_C CUpnpSoapMessage *NewL(TDesC8 &, const TInetAddr &)
IMPORT_C const TPtrC8ServiceType()
IMPORT_C const TPtrC8SoapAction()
Private Member Functions
CUpnpSoapMessage()
voidConstructL(TInetAddr)

Constructor & Destructor Documentation

CUpnpSoapMessage()

CUpnpSoapMessage()[private]

C++ default constructor.

~CUpnpSoapMessage()

IMPORT_C~CUpnpSoapMessage()

Destructor.

Member Functions Documentation

ActionName()

IMPORT_C const TPtrC8ActionName()
Returns action name
Since
Series60 2.6

ConstructL(TInetAddr)

voidConstructL(TInetAddraSender)[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 & aBufferBuffer which contains the message.
const TInetAddr & aAddrTarget IP address.

ServiceType()

IMPORT_C const TPtrC8ServiceType()
Returns service type
Since
Series60 2.6

SoapAction()

IMPORT_C const TPtrC8SoapAction()
Returns SOAPACTION header
Since
Series60 2.6