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