libepp_nicbr
Public Member Functions | List of all members
BrDomainUpdate Class Reference

EPP BrDomainUpdate extension Class. More...

#include <BrDomainUpdate.H>

Inheritance diagram for BrDomainUpdate:
DomainUpdate Action

Public Member Functions

 BrDomainUpdate (const ActionType type=BR_DOMAIN_UPDATE)
 Constructor.
 
void set_xml_template (const string &xml_template)
 Sets XML template. More...
 
BrDomainUpdateCmdget_command ()
 Returns raw pointer to the command. More...
 
BrDomainUpdateRspget_response ()
 Returns raw pointer to the response. More...
 
- Public Member Functions inherited from DomainUpdate
 DomainUpdate (const ActionType type=DOMAIN_UPDATE)
 Constructor.
 
void set_xml_template (const string &xml_template)
 Sets XML template and client transaction id. More...
 
void set_response (const string &xml_payload, DomParser *parser)
 Pure virtual method to set response from a XML document. More...
 
DomainUpdateCmdget_command ()
 Returns raw pointer to the command. More...
 
DomainUpdateRspget_response ()
 Returns raw pointer to the response. More...
 
- Public Member Functions inherited from Action
virtual ~Action ()
 virtual destructor
 
string get_xml ()
 Returns XML. More...
 
ActionType who_am_i ()
 Returns Action type. More...
 
Responseget_response ()
 Returns raw pointer to the response. More...
 
Commandget_command ()
 Returns raw pointer to the command. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Action
 Action (const ActionType &type)
 Constructor that forces childs to set their types. More...
 
void set_xml_template_common (const string &xml_template)
 Sets the xml template and parses the tags (protected) More...
 
- Protected Attributes inherited from Action
auto_ptr< Command_command
 Generic command.
 
auto_ptr< Response_response
 Generic response.
 
ActionType _type
 Action type.
 
string _xml
 XML command.
 

Detailed Description

EPP BrDomainUpdate extension Class.

Member Function Documentation

BrDomainUpdateCmd* BrDomainUpdate::get_command ( )
inline

Returns raw pointer to the command.

Returns
raw pointer to the command

References Action::_command.

Referenced by cmd_domain_update().

BrDomainUpdateRsp* BrDomainUpdate::get_response ( )
inline

Returns raw pointer to the response.

Returns
raw pointer to the response

References Action::_response.

void BrDomainUpdate::set_xml_template ( const string &  xml_template)
virtual

Sets XML template.

Parameters
xml_templateXML command template

Implements Action.


The documentation for this class was generated from the following file: