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