7 #ifndef __DEF_REG_UPDATE_H__
8 #define __DEF_REG_UPDATE_H__
28 if (type == DEF_REG_UPDATE) {
66 #endif // __DEF_REG_UPDATE_H__
EPP Response Class.
Definition: Response.H:24
Response * get_response()
Returns raw pointer to the response.
Definition: DefRegUpdate.H:61
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
DefRegUpdate(const ActionType type=DEF_REG_UPDATE)
Constructor.
Definition: DefRegUpdate.H:26
void parse_def_reg_update_rsp(const string &xml_payload, Response *rsp)
Parse the response to a defensive registration update command.
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
void set_xml_template(const string &xml_template)
Sets XML template.
DefRegUpdateCmd * get_command()
Returns raw pointer to the command.
Definition: DefRegUpdate.H:55
EPP DefRegUpdateCmd Class.
Definition: DefRegUpdateCmd.H:24
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: DefRegUpdate.H:45
EPP DefRegUpdate Class.
Definition: DefRegUpdate.H:21
void reset()
reset attributes
Definition: Response.H:161
EPP DefRegUpdateCmd Class.