#include <BrOrgInfo.H>
Public Member Functions | |
BrOrgInfo (const ActionType type=BR_ORG_INFO) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
BrOrgInfoCmd * | get_command () |
Returns raw pointer to the command. | |
BrOrgInfoRsp * | get_response () |
Returns raw pointer to the response. |
EPP BrOrgInfo Class.
BrOrgInfoCmd* BrOrgInfo::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from ContactInfo.
References Action::_command.
Referenced by cmd_brorg_info().
BrOrgInfoRsp* BrOrgInfo::get_response | ( | ) | [inline] |
Returns raw pointer to the response.
Reimplemented from ContactInfo.
References Action::_response.
void BrOrgInfo::set_xml_template | ( | const string & | xml_template | ) | [virtual] |