#include <ContactCheck.H>
Inheritance diagram for ContactCheck:
Public Member Functions | |
ContactCheck (const ActionType type=CONTACT_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. | |
ContactCheckCmd * | get_command () |
Returns raw pointer to the command. | |
ContactCheckRsp * | get_response () |
Returns raw pointer to the response. |
|
Returns raw pointer to the command.
Reimplemented from Action. Reimplemented in BrOrgCheck. |
|
Returns raw pointer to the response.
Reimplemented from Action. |
|
Pure virtual method to set response from a XML document.
Implements Action. |
|
Sets XML template.
Implements Action. Reimplemented in BrOrgCheck. |