EPP PollCmd Class.
Definition: PollCmd.H:21
PollCmd * get_command()
Returns raw pointer to the command.
Definition: Poll.H:57
void set_response(const string &xml_payload, DomParser *parser)
Sets the response attribute.
Definition: Poll.H:47
void set_xml_template(const string &xml_template)
Sets XML template.
void parse_poll_rsp(const string &xml_payload, PollRsp *rsp)
Parse the response to a poll command.
EPP DomParser Class.
Definition: DomParser.H:62
EPP Action Class.
Definition: Action.H:24
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
PollRsp * get_response()
Returns raw pointer to the response.
Definition: Poll.H:63
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
EPP Poll Class.
Definition: Poll.H:23
void reset()
reset attributes
Definition: PollRsp.H:144
Poll(const ActionType type=POLL)
Constructor.
Definition: Poll.H:28
EPP PollRsp Class.
Definition: PollRsp.H:26