#include <epp_Response.h>
Public Methods | |
epp_Response () | |
Null constructor. More... | |
virtual | ~epp_Response () |
Destructor. More... | |
epp_Response (epp_result_seq_ref _m_results, epp_MessageQueue_ref _m_message_queue, epp_xml_string_ref _m_unspec_string, epp_TransID_ref _m_trans_id) | |
Constructor, using only references. More... | |
Public Attributes | |
epp_result_seq_ref | m_results |
Structure to document the success or failure of command execution. More... | |
epp_MessageQueue_ref | m_message_queue |
Information about service messages queued for client retrieval. More... | |
epp_xml_string_ref | m_unspec_string |
Unspecified element used for server-defined response extensions. More... | |
epp_TransID_ref | m_trans_id |
Transaction identifier assigned by the server to the command. More... |
|
Null constructor.
|
|
Destructor.
|
|
Constructor, using only references.
|
|
Information about service messages queued for client retrieval.
|
|
Structure to document the success or failure of command execution.
|
|
Transaction identifier assigned by the server to the command.
|
|
Unspecified element used for server-defined response extensions.
|