#include <AsnUpdate.H>
Public Member Functions | |
AsnUpdate (const ActionType type=ASN_UPDATE) | |
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. | |
AsnUpdateCmd * | get_command () |
Returns raw pointer to the command. | |
Response * | get_response () |
Returns raw pointer to the response. |
EPP AsnUpdate Class.
AsnUpdateCmd* AsnUpdate::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from Action.
References Action::_command.
Referenced by cmd_asn_update().
Response* AsnUpdate::get_response | ( | ) | [inline] |
Returns raw pointer to the response.
Reimplemented from Action.
References Action::_response.
Referenced by set_response().
void AsnUpdate::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.
References get_response(), and Response::reset().
void AsnUpdate::set_xml_template | ( | const string & | xml_template | ) | [virtual] |