EPP DomainRenew Class. More...
#include <DomainRenew.H>
Public Member Functions | |
DomainRenew (const ActionType type=DOMAIN_RENEW) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Pure virtual method to set response from a XML document. | |
DomainRenewCmd * | get_command () |
Returns raw pointer to the command. | |
DomainRenewRsp * | get_response () |
Returns raw pointer to the response. |
EPP DomainRenew Class.
DomainRenewCmd* DomainRenew::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from Action.
Reimplemented in BrDomainRenew.
References Action::_command.
Referenced by cmd_domain_renew().
DomainRenewRsp* DomainRenew::get_response | ( | ) | [inline] |
Returns raw pointer to the response.
Reimplemented from Action.
Reimplemented in BrDomainRenew.
References Action::_response.
Referenced by set_response().
void DomainRenew::set_response | ( | const string & | xml_payload, | |
DomParser * | parser | |||
) | [inline, virtual] |
Pure virtual method to set response from a XML document.
xml_payload | XML document | |
parser | reference to the XML parser |
Implements Action.
References get_response(), DomParser::parse_domain_renew_rsp(), and DomainRenewRsp::reset().
void DomainRenew::set_xml_template | ( | const string & | xml_template | ) | [virtual] |