EPP Response Class.
Definition: Response.H:24
Logout(const ActionType type=LOGOUT)
Null constructor.
Definition: Logout.H:28
void set_xml_template(const string &xml_template)
Sets the xml template and parses the tags (pure virtual)
Definition: Logout.H:51
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
void parse_logout_rsp(const string &xml_payload, Response *rsp)
Parse the response to a logout command.
Response * get_response()
Returns raw pointer to the response.
Definition: Action.H:60
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
EPP Command Class.
Definition: Command.H:18
void reset()
reset attributes
Definition: Response.H:161
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: Logout.H:41
EPP Logout Class.
Definition: Logout.H:23
void set_xml_template_common(const string &xml_template)
Sets the xml template and parses the tags (protected)
Definition: Action.H:97