#include <ContactCreate.H>
Inheritance diagram for ContactCreate:
Public Member Functions | |
ContactCreate (const ActionType type=CONTACT_CREATE) | |
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. | |
ContactCreateCmd * | get_command () |
Returns raw pointer to the command. | |
ContactCreateRsp * | get_response () |
Returns raw pointer to the response. |
|
Returns raw pointer to the command.
Reimplemented from Action. Reimplemented in BrOrgCreate. |
|
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 BrOrgCreate. |