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