EPP BrDomainCreate extension Class. More...
#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. |
EPP BrDomainCreate extension Class.
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] |
Sets XML template.
xml_template | XML command template |
Reimplemented from DomainCreate.
Referenced by BrDomainCreate().