7 #ifndef __IPNETWORKCHECK_H__
8 #define __IPNETWORKCHECK_H__
27 if (type == IP_NETWORK_CHECK) {
47 parser->parse_ipnetwork_check_rsp(xml_payload,
get_response());
70 #endif // __IPNETWORKCHECK_H__
EPP IpNetworkCheckCmd Class.
Definition: IpNetworkCheckCmd.H:21
Definition: IpNetworkCheckRsp.H:22
IpNetworkCheckCmd * get_command()
Returns raw pointer to the command.
Definition: IpNetworkCheck.H:54
IpNetworkCheckRsp * get_response()
Returns raw pointer to the response.
Definition: IpNetworkCheck.H:63
EPP IpNetworkCheck Class.
Definition: IpNetworkCheck.H:21
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
EPP IpNetworkCheckCmd Class.
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: IpNetworkCheck.H:44
EPP IpNetworkCheckRsp Class.
void set_xml_template(const string &xml_template)
Sets XML template.
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
IpNetworkCheck(const ActionType type=IP_NETWORK_CHECK)
Constructor.
Definition: IpNetworkCheck.H:25