#include <IpNetworkDelete.H>
Inheritance diagram for IpNetworkDelete:
Public Member Functions | |
IpNetworkDelete (const ActionType type=IP_NETWORK_DELETE) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Pure virtual method to set response from a XML document. | |
IpNetworkDeleteCmd * | get_command () |
Returns raw pointer to the command. | |
Response * | get_response () |
Returns raw pointer to the response. |
IpNetworkDeleteCmd* IpNetworkDelete::get_command | ( | ) | [inline] |
Response* IpNetworkDelete::get_response | ( | ) | [inline] |
void IpNetworkDelete::set_response | ( | const string & | xml_payload, | |
DomParser * | parser | |||
) | [inline, virtual] |
Pure virtual method to set response from a XML document.
xml_payload | XML document | |
parser | reference to the XML parser |
Implements Action.
void IpNetworkDelete::set_xml_template | ( | const string & | xml_template | ) | [virtual] |