libepp_nicbr
|
EPP BrOrgCheck Class. More...
#include <BrOrgCheck.H>
Public Member Functions | |
BrOrgCheck (const ActionType type=BR_ORG_CHECK) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. More... | |
BrOrgCheckRsp * | get_response () |
Returns raw pointer to the response. More... | |
BrOrgCheckCmd * | get_command () |
Returns raw pointer to the command. More... | |
![]() | |
ContactCheck (const ActionType type=CONTACT_CHECK) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. More... | |
void | set_response (const string &xml_payload, DomParser *parser) |
Pure virtual method to set response from a XML document. More... | |
ContactCheckCmd * | get_command () |
Returns raw pointer to the command. More... | |
ContactCheckRsp * | get_response () |
Returns raw pointer to the response. More... | |
![]() | |
virtual | ~Action () |
virtual destructor | |
string | get_xml () |
Returns XML. More... | |
ActionType | who_am_i () |
Returns Action type. More... | |
Response * | get_response () |
Returns raw pointer to the response. More... | |
Command * | get_command () |
Returns raw pointer to the command. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
auto_ptr< Command > | _command |
Generic command. | |
auto_ptr< Response > | _response |
Generic response. | |
ActionType | _type |
Action type. | |
string | _xml |
XML command. | |
EPP BrOrgCheck Class.
|
inline |
Returns raw pointer to the command.
References Action::_command.
Referenced by cmd_brorg_check().
|
inline |
Returns raw pointer to the response.
References Action::_response.
|
virtual |