Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

eppobject::epp::epp_Response Class Reference

Class containing elements used in the response from the server. More...

#include <epp_Response.h>

List of all members.

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...


Detailed Description

Class containing elements used in the response from the server.


Constructor & Destructor Documentation

eppobject::epp::epp_Response::epp_Response   [inline]
 

Null constructor.

virtual eppobject::epp::epp_Response::~epp_Response   [inline, virtual]
 

Destructor.

eppobject::epp::epp_Response::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
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_MessageQueue_ref eppobject::epp::epp_Response::m_message_queue
 

Information about service messages queued for client retrieval.

epp_result_seq_ref eppobject::epp::epp_Response::m_results
 

Structure to document the success or failure of command execution.

epp_TransID_ref eppobject::epp::epp_Response::m_trans_id
 

Transaction identifier assigned by the server to the command.

epp_xml_string_ref eppobject::epp::epp_Response::m_unspec_string
 

Unspecified element used for server-defined response extensions.


The documentation for this class was generated from the following file:
Generated on Fri Mar 22 15:48:48 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001