#include <AsnRenew.H>
Inheritance diagram for AsnRenew:
Public Member Functions | |
AsnRenew (const ActionType type=ASN_RENEW) | |
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. | |
AsnRenewCmd * | get_command () |
Returns raw pointer to the command. | |
AsnRenewRsp * | get_response () |
Returns raw pointer to the response. |
AsnRenewCmd* AsnRenew::get_command | ( | ) | [inline] |
AsnRenewRsp* AsnRenew::get_response | ( | ) | [inline] |
void AsnRenew::set_response | ( | const string & | xml_payload, | |
DomParser * | parser | |||
) | [inline, virtual] |
Pure virtual method to set response from a XML document.
xml_payload | XML document | |
parser | reference to the XML parser |
Implements Action.
void AsnRenew::set_xml_template | ( | const string & | xml_template | ) | [virtual] |