27 if (type == ASN_RENEW) {
47 parser->parse_asn_renew_rsp(xml_payload,
get_response());
70 #endif // __ASNRENEW_H__
AsnRenew(const ActionType type=ASN_RENEW)
Constructor.
Definition: AsnRenew.H:25
void set_xml_template(const string &xml_template)
Sets XML template.
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
EPP AnsRenewRsp Class.
Definition: AsnRenewRsp.H:17
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
EPP AsnRenew Class.
Definition: AsnRenew.H:21
AsnRenewRsp * get_response()
Returns raw pointer to the response.
Definition: AsnRenew.H:63
EPP AsnRenew Class.
Definition: AsnRenewCmd.H:22
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: AsnRenew.H:44
AsnRenewCmd * get_command()
Returns raw pointer to the command.
Definition: AsnRenew.H:54