#include <ContactUpdate.H>
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.
References Action::_command.
Referenced by cmd_contact_update().
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.
References Action::get_response(), DomParser::parse_contact_update_rsp(), and Response::reset().
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.