#include <DomainUpdate.H>
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. |
DomainUpdateCmd* DomainUpdate::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from Action.
Reimplemented in BrDomainUpdate.
References Action::_command.
Referenced by cmd_domain_update().
void DomainUpdate::set_response | ( | const string & | xml_payload, | |
DomParser * | parser | |||
) | [inline, virtual] |
Pure virtual method to set response from a XML document.
xml_payload | XML document | |
parser | reference to the XML parser |
Implements Action.
References Action::get_response(), DomParser::parse_domain_update_rsp(), and Response::reset().
void DomainUpdate::set_xml_template | ( | const string & | xml_template | ) | [virtual] |
Sets XML template and client transaction id.
xml_template | XML command template |
Implements Action.
Reimplemented in BrDomainUpdate.