#include <DomainRenew.H>
Inheritance diagram for DomainRenew:
Public Member Functions | |
DomainRenew (const ActionType type=DOMAIN_RENEW) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Pure virtual method to set response from a XML document. | |
DomainRenewCmd * | get_command () |
Returns raw pointer to the command. | |
DomainRenewRsp * | get_response () |
Returns raw pointer to the response. |
|
Returns raw pointer to the command.
Reimplemented from Action. Reimplemented in BrDomainRenew. |
|
Returns raw pointer to the response.
Reimplemented from Action. Reimplemented in BrDomainRenew. |
|
Pure virtual method to set response from a XML document.
Implements Action. |
|
Sets XML template.
Implements Action. |