#include <XKMSResult.hpp>
Inheritance diagram for XKMSResult:
The <Result> is used when an XKMS service cannot return a result of a more specific type - e.g. when a pending request comes in for which there is no result. It is a straight instantiation of the ResultType
Constructors and Destructors | |
virtual | ~XKMSResult () |
XKMSResult () | |
Public Member Functions | |
Getter Interface Methods | |
virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * | getElement (void) const =0 |
Return the element at the base of the message. |
|
|
|
|
|
Return the element at the base of the message.
Implements XKMSMessageAbstractType. |