MSenHostletRequest Class Reference

class MSenHostletRequest

Member Functions Documentation

ConsumerId()

TPtrC8 ConsumerId ( ) const [pure virtual]

Getter for requester's consumer ID

Properties(MSenProperties::TSenPropertiesClassType &)

TPtrC8 Properties ( MSenProperties::TSenPropertiesClassType & aType ) const [pure virtual]

Getter for request's properties and properties type

Parameters

MSenProperties::TSenPropertiesClassType & aType provides the (class) type of the retuned properties. This enum can be used to select corresponding properties class to de-serialize the properties descriptor into a more convenient properties class instance.

RequestId()

TInt RequestId ( ) const [pure virtual]

Getter for request ID (transaction ID)

RequestUtf8()

TPtrC8 RequestUtf8 ( ) const [pure virtual]

Getter for the request - it may either be plain (SOAP) request body, or complete request including all the (SOAP) headers, depending of whether or not the provider wishes to receive complete client messages. MSenProvider for more information about complete client messages facet.

ThreadId()

TPtrC ThreadId ( ) const [pure virtual]

Getter for requester's thread ID