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