7 #ifndef __IPNETWORKRENEW_H__
8 #define __IPNETWORKRENEW_H__
27 if (type == IP_NETWORK_RENEW) {
47 parser->parse_ipnetwork_renew_rsp(xml_payload,
get_response());
70 #endif // __IPNETWORKRENEW_H__
EPP IpNetworkRenewCmd Class.
Definition: IpNetworkRenewCmd.H:22
IpNetworkRenewRsp * get_response()
Returns raw pointer to the response.
Definition: IpNetworkRenew.H:63
EPP IpNetworkRenewRsp Class.
IpNetworkRenew(const ActionType type=IP_NETWORK_RENEW)
Constructor.
Definition: IpNetworkRenew.H:25
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
EPP IpNetworkRenew Class.
Definition: IpNetworkRenew.H:21
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
EPP IpNetworkRenewRsp Class.
Definition: IpNetworkRenewRsp.H:17
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: IpNetworkRenew.H:44
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
EPP IpNetworkRenewCmd Class.
IpNetworkRenewCmd * get_command()
Returns raw pointer to the command.
Definition: IpNetworkRenew.H:54