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