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