DomainTransfer Class Reference

EPP DomainTransfer Class. More...

#include <DomainTransfer.H>

Inheritance diagram for DomainTransfer:
Action

List of all members.

Public Member Functions

 DomainTransfer (const ActionType type=DOMAIN_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.
DomainTransferCmdget_command ()
 Returns raw pointer to the command.
DomainTransferRspget_response ()
 Returns raw pointer to the response.

Detailed Description

EPP DomainTransfer Class.


Member Function Documentation

DomainTransferCmd* DomainTransfer::get_command (  )  [inline]

Returns raw pointer to the command.

Returns:
raw pointer to the command

Reimplemented from Action.

References Action::_command.

Referenced by cmd_domain_transfer().

DomainTransferRsp* DomainTransfer::get_response (  )  [inline]

Returns raw pointer to the response.

Returns:
raw pointer to the response

Reimplemented from Action.

References Action::_response.

Referenced by set_response().

void DomainTransfer::set_response ( const string &  xml_payload,
DomParser parser 
) [inline, virtual]

Pure virtual method to set response from a XML document.

Parameters:
xml_payload XML document
parser reference to the XML parser

Implements Action.

References get_response(), DomParser::parse_domain_transfer_rsp(), and DomainTransferRsp::reset().

void DomainTransfer::set_xml_template ( const string &  xml_template  )  [virtual]

Sets XML template.

Parameters:
xml_template XML command template

Implements Action.


The documentation for this class was generated from the following file:
Generated on Wed Aug 11 16:56:45 2010 for libepp_nicbr by  doxygen 1.6.3