#include <XKMSResponseMechanism.hpp>
The <ResponseMechanism> is a very simple element structure that allows a requestor to pass extended protocol information
The schema definition for ResponseMechanism is as follows :
<!-- ResponseMechanism --> <element name="ResponseMechanism" type="QName"/> <!-- /ResponseMechanism -->
Constructors and Destructors | |
virtual | ~XKMSResponseMechanism () |
XKMSResponseMechanism () | |
Public Member Functions | |
Getter Interface Methods | |
virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * | getElement (void) const =0 |
virtual const XMLCh * | getResponseMechanismString (void) const =0 |
Get the ResponseMechanism string for this element. | |
Setter interface methods | |
virtual void | setResponseMechanismString (const XMLCh *str)=0 |
Set the String within the ResponseMechanism element. |
|
|
|
|
|
|
|
Get the ResponseMechanism string for this element. Each ResponseMechanism element has a text node that defines the Key type to be returned.
|
|
Set the String within the ResponseMechanism element. Allows a calling application to set a new ResponseMechanism string
|