#include <BrDomainUpdate.H>
Public Member Functions | |
BrDomainUpdate (const ActionType type=BR_DOMAIN_UPDATE) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
BrDomainUpdateCmd * | get_command () |
Returns raw pointer to the command. | |
BrDomainUpdateRsp * | get_response () |
Returns raw pointer to the response. |
BrDomainUpdateCmd* BrDomainUpdate::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from DomainUpdate.
References Action::_command.
Referenced by cmd_domain_update().
BrDomainUpdateRsp* BrDomainUpdate::get_response | ( | ) | [inline] |
Returns raw pointer to the response.
Reimplemented from Action.
References Action::_response.
void BrDomainUpdate::set_xml_template | ( | const string & | xml_template | ) | [virtual] |