7 #ifndef __ASNDELETE_H__
8 #define __ASNDELETE_H__
26 if (type == ASN_DELETE) {
46 parser->parse_asn_delete_rsp(xml_payload,
get_response());
69 #endif // __ASNDELETE_H__
EPP Response Class.
Definition: Response.H:24
EPP AsnDelete Class.
Definition: AsnDeleteCmd.H:17
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: AsnDelete.H:43
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
AsnDelete(const ActionType type=ASN_DELETE)
Constructor.
Definition: AsnDelete.H:24
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.
AsnDeleteCmd * get_command()
Returns raw pointer to the command.
Definition: AsnDelete.H:53
EPP AsnDelete Class.
Definition: AsnDelete.H:20
Response * get_response()
Returns raw pointer to the response.
Definition: AsnDelete.H:62
void reset()
reset attributes
Definition: Response.H:161