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