class AkentiResponse

Base class to handle Akenti responses.

Inheritance:


Public Methods

[more] AkentiResponse ()
Constructor
[more] ~AkentiResponse ()
Destructor
[more]void setID (int id)
Set the message id
[more]int getID () const
Return the message id
[more]void setAkentiMessage (const AkentiMessage& mesg)
Sets the status message
[more]const AkentiMessage& getAkentiMessage () const
Returns the status mesage
[more]string toString () const
Returns a an XML string representation
[more]template<class T> bool instanceOf ()
Returns true/i> if this instance is of the specified class


Documentation

Base class to handle Akenti responses.

o AkentiResponse()
Constructor

o ~AkentiResponse()
Destructor

ovoid setID(int id)
Set the message id

oint getID() const
Return the message id

ovoid setAkentiMessage(const AkentiMessage& mesg)
Sets the status message

oconst AkentiMessage& getAkentiMessage() const
Returns the status mesage

ostring toString() const
Returns a an XML string representation

otemplate<class T> bool instanceOf()
Returns true/i> if this instance is of the specified class


Direct child classes:
UploadPolicyCertificateResponse
ResourceBrowseResponse
GetResourceInfoResponse
DeletePolicyCertificateResponse
CreateResourceResponse
CheckPolicyResponse
CheckAccessResponse
Friends:
class AkentiResponses
See Also:
AkentiMessage

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.