#include <DomainUpdate.H>
Inheritance diagram for DomainUpdate:
Public Member Functions | |
DomainUpdate (const ActionType type=DOMAIN_UPDATE) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template and client transaction id. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Pure virtual method to set response from a XML document. | |
DomainUpdateCmd * | get_command () |
Returns raw pointer to the command. |
|
Returns raw pointer to the command.
Reimplemented from Action. Reimplemented in BrDomainUpdate. |
|
Pure virtual method to set response from a XML document.
Implements Action. |
|
Sets XML template and client transaction id.
Implements Action. Reimplemented in BrDomainUpdate. |