7 #ifndef __DEF_REG_RENEW_H__
8 #define __DEF_REG_RENEW_H__
28 if (type == DEF_REG_RENEW) {
66 #endif // __DEF_REG_RENEW_H__
EPP DefRegRenewCmd Class.
DefRegRenewRsp * get_response()
Returns raw pointer to the response.
Definition: DefRegRenew.H:61
EPP DefRegRenewRsp Class.
Definition: DefRegRenewRsp.H:23
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: DefRegRenew.H:45
DefRegRenew(const ActionType type=DEF_REG_RENEW)
Constructor.
Definition: DefRegRenew.H:26
DefRegRenewCmd * get_command()
Returns raw pointer to the command.
Definition: DefRegRenew.H:55
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
EPP DefRegRenewRsp Class.
void reset()
Resets object attributes.
Definition: DefRegRenewRsp.H:59
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
EPP DefRegRenew Class.
Definition: DefRegRenew.H:21
EPP DefRegRenewCmd Class.
Definition: DefRegRenewCmd.H:22
void parse_def_reg_renew_rsp(const string &xml_payload, DefRegRenewRsp *rsp)
Parse the response to a defensive registration renew command.
void set_xml_template(const string &xml_template)
Sets XML template.