#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. |
|
Returns raw pointer to the command.
Reimplemented from Action. Reimplemented in BrOrgUpdate. |
|
Sets the response attribute.
Implements Action. |
|
Sets the xml template and parses the tags.
Implements Action. Reimplemented in BrOrgUpdate. |