#include <ContactUpdate.H>
Inheritance diagram for ContactUpdate:
Public Member Functions | |
ContactUpdate (const ActionType type=CONTACT_UPDATE) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets the xml template and parses the tags. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Sets the response attribute. | |
ContactUpdateCmd * | get_command () |
Returns raw pointer to the command. |
ContactUpdateCmd* ContactUpdate::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from Action.
Reimplemented in BrOrgUpdate.
void ContactUpdate::set_response | ( | const string & | xml_payload, | |
DomParser * | parser | |||
) | [inline, virtual] |
Sets the response attribute.
xml_payload | XML document | |
parser | reference to the XML parser |
Implements Action.
void ContactUpdate::set_xml_template | ( | const string & | xml_template | ) | [virtual] |
Sets the xml template and parses the tags.
xml_template | XML command template |
Implements Action.
Reimplemented in BrOrgUpdate.