1 #ifndef __IPNETWORKINFO_H__
2 #define __IPNETWORKINFO_H__
7 #include "IpNetworkInfoCmd.H"
21 if (type == IP_NETWORK_INFO) {
41 parser->parse_ipnetwork_info_rsp(xml_payload,
get_response());
64 #endif // __IPNETWORKINFO_H__
IpNetworkInfoCmd * get_command()
Returns raw pointer to the command.
Definition: IpNetworkInfo.H:48
EPP IpNetworkInfo Class.
Definition: IpNetworkInfoCmd.H:11
void set_response(const string &xml_payload, DomParser *parser)
Pure virtual method to set response from a XML document.
Definition: IpNetworkInfo.H:38
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
EPP IpNetworkInfoRsp Class.
Definition: IpNetworkInfoRsp.H:28
EPP IpNetworkInfoRsp Class.
void set_xml_template(const string &xml_template)
Sets XML template.
IpNetworkInfo(const ActionType type=IP_NETWORK_INFO)
Constructor.
Definition: IpNetworkInfo.H:19
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
EPP IpNetworkInfo Class.
Definition: IpNetworkInfo.H:15
IpNetworkInfoRsp * get_response()
Returns raw pointer to the response.
Definition: IpNetworkInfo.H:57