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