#include <XKMSRespondWith.hpp>
The <RespondWith> is a very simple element structure that allows a requestor to instruct the service on what kind of information is to be presented back to the caller.
The schema definition for RespondWith is as follows :
<!-- RespondWith --> <element name="RespondWith" type="QName"/> <!-- /RespondWith -->
Constructors and Destructors | |
virtual | ~XKMSRespondWith () |
XKMSRespondWith () | |
Public Member Functions | |
Getter Interface Methods | |
virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * | getElement (void) const =0 |
virtual const XMLCh * | getRespondWithString (void) const =0 |
Get the RespondWith string for this element. | |
Setter interface methods | |
virtual void | setRespondWithString (const XMLCh *str)=0 |
Set the String within the RespondWith element. |
|
|
|
|
|
|
|
Get the RespondWith string for this element. Each RespondWith element has a text node that defines the Key type to be returned.
|
|
Set the String within the RespondWith element. Allows a calling application to set a new RespondWith string
|