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