#include <BrDomainUpdate.H>
Inheritance diagram for BrDomainUpdate:
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.
BrDomainUpdateRsp* BrDomainUpdate::get_response | ( | ) | [inline] |
void BrDomainUpdate::set_xml_template | ( | const string & | xml_template | ) | [virtual] |