#include <XKMSValidateResult.hpp>
Inheritance diagram for XKMSValidateResult:
The <ValidateResult> is one of the fundamental message types of the XKISS service. It is used by the Validate service to return a key and the bindings for that key.
The schema definition for ValidateResult is as follows :
<!-- ValidateResult --> <element name="ValidateResult" type="xkms:ValidateResultType"/> <complexType name="ValidateResultType"> <complexContent> <extension base="xkms:ResultType"> <sequence> <element ref="xkms:KeyBinding" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- /ValidateResult -->
Constructors and Destructors | |
virtual | ~XKMSValidateResult () |
XKMSValidateResult () | |
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. | |
KeyBinding handling | |
virtual int | getKeyBindingSize (void) const =0 |
Find number of KeyBinding elements. | |
virtual XKMSKeyBinding * | getKeyBindingItem (int item) const =0 |
virtual XKMSKeyBinding * | appendKeyBindingItem (XKMSStatus::StatusValue status)=0 |
|
|
|
|
|
|
|
Return the element at the base of the message.
Implements XKMSMessageAbstractType. |
|
|
|
Find number of KeyBinding elements.
|