#include <IpNetworkCheck.H>
Inheritance diagram for IpNetworkCheck:
Public Member Functions | |
IpNetworkCheck (const ActionType type=IP_NETWORK_CHECK) | |
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. | |
IpNetworkCheckCmd * | get_command () |
Returns raw pointer to the command. | |
IpNetworkCheckRsp * | get_response () |
Returns raw pointer to the response. |
IpNetworkCheckCmd* IpNetworkCheck::get_command | ( | ) | [inline] |
IpNetworkCheckRsp* IpNetworkCheck::get_response | ( | ) | [inline] |
void IpNetworkCheck::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 IpNetworkCheck::set_xml_template | ( | const string & | xml_template | ) | [virtual] |