27 if (type == ASN_CHECK) {
47 parser->parse_asn_check_rsp(xml_payload,
get_response());
70 #endif // __ASNCHECK_H__
AsnCheckRsp * get_response()
Returns raw pointer to the response.
Definition: AsnCheck.H:63
EPP AsnCheck Class.
Definition: AsnCheck.H:21
AsnCheck(const ActionType type=ASN_CHECK)
Constructor.
Definition: AsnCheck.H:25
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
EPP AsnCheck Class.
Definition: AsnCheckCmd.H:17
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: AsnCheck.H:44
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
EPP AsnCheckRsp Class.
Definition: AsnCheckRsp.H:21
AsnCheckCmd * get_command()
Returns raw pointer to the command.
Definition: AsnCheck.H:54
void set_xml_template(const string &xml_template)
Sets XML template.