7 #ifndef __DEF_REG_INFO_H__
8 #define __DEF_REG_INFO_H__
28 if (type == DEF_REG_INFO) {
66 #endif // __DEF_REG_INFO_H__
void parse_def_reg_info_rsp(const string &xml_payload, DefRegInfoRsp *rsp)
Parse the response to a defensive registration info command.
EPP DefRegInfo Class.
Definition: DefRegInfo.H:21
EPP DefRegInfoCmd Class.
Definition: DefRegInfoCmd.H:22
DefRegInfoCmd * get_command()
Returns raw pointer to the command.
Definition: DefRegInfo.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
DefRegInfoRsp * get_response()
Returns raw pointer to the response.
Definition: DefRegInfo.H:61
DefRegInfo(const ActionType type=DEF_REG_INFO)
Constructor.
Definition: DefRegInfo.H:26
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
void reset()
Resets object attributes.
Definition: DefRegInfoRsp.H:240
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.
Definition: DefRegInfo.H:45
EPP DefRegInfoRsp Class.
Definition: DefRegInfoRsp.H:24