LoginCmd * get_command()
Returns raw pointer to the command.
Definition: Login.H:57
void parse_login_rsp(const string &xml_payload, Response *rsp)
Parse the response to a login command.
EPP Response Class.
Definition: Response.H:24
Login(const ActionType type=LOGIN)
Constructor.
Definition: Login.H:28
EPP LoginCmd Class.
Definition: LoginCmd.H:17
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
Response * get_response()
Returns raw pointer to the response.
Definition: Action.H:60
void set_response(const string &xml_payload, DomParser *parser)
Sets the response attribute.
Definition: Login.H:47
EPP Login Class.
Definition: Login.H:23
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
void set_xml_template(const string &xml_template)
Sets the xml template and parses the tags.
void reset()
reset attributes
Definition: Response.H:161