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

EPP Logout Class. More...

#include <Logout.H>

Inheritance diagram for Logout:
Action

Public Member Functions

 Logout (const ActionType type=LOGOUT)
 Null constructor.
 
void set_response (const string &xml_payload, DomParser *parser)
 Pure virtual method to set response from a XML document. More...
 
void set_xml_template (const string &xml_template)
 Sets the xml template and parses the tags (pure virtual) 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 Logout Class.

Member Function Documentation

void Logout::set_response ( const string &  xml_payload,
DomParser parser 
)
inlinevirtual

Pure virtual method to set response from a XML document.

Parameters
xml_payloadXML document
parserreference to the XML parser

Implements Action.

References Action::_response, Action::get_response(), DomParser::parse_logout_rsp(), and Response::reset().

void Logout::set_xml_template ( const string &  xml_template)
inlinevirtual

Sets the xml template and parses the tags (pure virtual)

Parameters
xml_templateXML template

Implements Action.

References Action::set_xml_template_common().


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