EPP BrOrgCreate Class. More...
#include <BrOrgCreate.H>
Public Member Functions | |
BrOrgCreate (const ActionType type=BR_ORG_CREATE) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
BrOrgCreateCmd * | get_command () |
Returns raw pointer to the command. | |
BrOrgCreateRsp * | get_response () |
Returns raw pointer to the response. |
EPP BrOrgCreate Class.
BrOrgCreateCmd* BrOrgCreate::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from ContactCreate.
References Action::_command.
Referenced by cmd_brorg_create().
BrOrgCreateRsp* BrOrgCreate::get_response | ( | ) | [inline] |
Returns raw pointer to the response.
Reimplemented from ContactCreate.
References Action::_response.
void BrOrgCreate::set_xml_template | ( | const string & | xml_template | ) | [virtual] |