#include <saml/RootObject.h>
Public Member Functions | |
virtual const XMLCh * | getTopStatus () const =0 |
Returns a string representation of the top-level status code. | |
virtual const XMLCh * | getSubStatus () const =0 |
Returns a string representation of the second-level status code, if any. | |
virtual bool | hasAdditionalStatus () const =0 |
Returns true iff status information beyond the second level exists. | |
virtual const XMLCh * | getMessage () const =0 |
Returns the message contained in the status, if any. |
virtual const XMLCh* opensaml::Status::getTopStatus | ( | ) | const [pure virtual] |
Returns a string representation of the top-level status code.
virtual const XMLCh* opensaml::Status::getSubStatus | ( | ) | const [pure virtual] |
Returns a string representation of the second-level status code, if any.
virtual bool opensaml::Status::hasAdditionalStatus | ( | ) | const [pure virtual] |
Returns true iff status information beyond the second level exists.
virtual const XMLCh* opensaml::Status::getMessage | ( | ) | const [pure virtual] |
Returns the message contained in the status, if any.