#include <XKMSStatusRequest.hpp>
Inheritance diagram for XKMSStatusRequest:
The <StatusRequest> is used in Asynchronous processing. A client uses the StatusRequest element to request a determine whether a request for which the original response was "Pending" is now ready.
The schema definition for StatusRequest is as follows :
<!-- StatusRequest --> <element name="StatusRequest" type="xkms:StatusRequestType"/> <complexType name="StatusRequestType"> <complexContent> <extension base="xkms:PendingRequestType"/> </complexContent> </complexType> <!-- /StatusRequest -->
Constructors and Destructors | |
virtual | ~XKMSStatusRequest () |
XKMSStatusRequest () | |
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. | |
virtual const XMLCh * | getResponseId (void) const =0 |
Return the ResponseId. | |
Setter Interface Methods | |
virtual void | setResponseId (const XMLCh *responseId)=0 |
Set the ResponseId. |
|
|
|
|
|
Return the element at the base of the message.
Implements XKMSRequestAbstractType. |
|
Return the ResponseId. The ResponseId equates to the Id of the first response the service returned, which must (by definition) have had a response code of "Pending". Together with the OriginalRequestId, this can be used by the service to uniquley identify the original request for which this StatusRequest refers.
|
|
Set the ResponseId. Allows a calling application to over-ride the configured responseId
|