7 #ifndef __DEF_REG_CREATE_H__
8 #define __DEF_REG_CREATE_H__
28 if (type == DEF_REG_CREATE) {
66 #endif // __DEF_REG_CREATE_H__
EPP DefRegCreateCmd Class.
Definition: DefRegCreateCmd.H:23
EPP DefRegCreateRsp Class.
Definition: DefRegCreateRsp.H:21
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
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
EPP DefRegCreateRsp Class.
DefRegCreateRsp * get_response()
Returns raw pointer to the response.
Definition: DefRegCreate.H:61
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: DefRegCreate.H:45
void reset()
Resets object attributes.
Definition: DefRegCreateRsp.H:81
DefRegCreateCmd * get_command()
Returns raw pointer to the command.
Definition: DefRegCreate.H:55
EPP DefRegCreate Class.
Definition: DefRegCreate.H:21
void parse_def_reg_create_rsp(const string &xml_payload, DefRegCreateRsp *rsp)
Parse the response to a defensive registration create command.
EPP DefRegCreateCmd Class.
DefRegCreate(const ActionType type=DEF_REG_CREATE)
Constructor.
Definition: DefRegCreate.H:26