libepp_nicbr
|
EPP BrDomainUpdate extension Class. More...
#include <BrDomainUpdate.H>
Public Member Functions | |
BrDomainUpdate (const ActionType type=BR_DOMAIN_UPDATE) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. More... | |
BrDomainUpdateCmd * | get_command () |
Returns raw pointer to the command. More... | |
BrDomainUpdateRsp * | get_response () |
Returns raw pointer to the response. More... | |
![]() | |
DomainUpdate (const ActionType type=DOMAIN_UPDATE) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template and client transaction id. More... | |
void | set_response (const string &xml_payload, DomParser *parser) |
Pure virtual method to set response from a XML document. More... | |
DomainUpdateCmd * | get_command () |
Returns raw pointer to the command. More... | |
DomainUpdateRsp * | get_response () |
Returns raw pointer to the response. More... | |
![]() | |
virtual | ~Action () |
virtual destructor | |
string | get_xml () |
Returns XML. More... | |
ActionType | who_am_i () |
Returns Action type. More... | |
Response * | get_response () |
Returns raw pointer to the response. More... | |
Command * | get_command () |
Returns raw pointer to the command. More... | |
Additional Inherited Members | |
![]() | |
Action (const ActionType &type) | |
Constructor that forces childs to set their types. More... | |
void | set_xml_template_common (const string &xml_template) |
Sets the xml template and parses the tags (protected) More... | |
![]() | |
auto_ptr< Command > | _command |
Generic command. | |
auto_ptr< Response > | _response |
Generic response. | |
ActionType | _type |
Action type. | |
string | _xml |
XML command. | |
EPP BrDomainUpdate extension Class.
|
inline |
Returns raw pointer to the command.
References Action::_command.
Referenced by cmd_domain_update().
|
inline |
Returns raw pointer to the response.
References Action::_response.
|
virtual |