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