MSenHostletRequest Class Reference

Link against: senhostconn.lib


#include <
MSenHostletRequest.h>

Public Member Functions

virtual TPtrC8 RequestUtf8 () const =0
 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.
virtual TPtrC ThreadId () const =0
 Getter for requester's thread ID.
virtual TPtrC8 ConsumerId () const =0
 Getter for requester's consumer ID.
virtual TInt RequestId () const =0
 Getter for request ID (transaction ID).
virtual TPtrC8 Properties (MSenProperties::TSenPropertiesClassType &aType) const =0
 Getter for request's properties and properties type.

Member Function Documentation

virtual TPtrC8 MSenHostletRequest::ConsumerId  )  const [pure virtual]
 

Getter for requester's consumer ID.

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

Getter for request's properties and properties type.

Parameters:
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.
Returns:
the (transport) properties associated with this message.
virtual TInt MSenHostletRequest::RequestId  )  const [pure virtual]
 

Getter for request ID (transaction ID).

virtual TPtrC8 MSenHostletRequest::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.

See also:
MSenProvider for more information about complete client messages facet.
virtual TPtrC MSenHostletRequest::ThreadId  )  const [pure virtual]
 

Getter for requester's thread ID.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top