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

eppobject::epp::epp_Result Class Reference

Class containing elements used to describe success/failure of a command in server responses. More...

#include <epp_Result.h>

List of all members.

Public Methods

 epp_Result ()
 Null constructor. More...

virtual ~epp_Result ()
 Destructor. More...

 epp_Result (epp_short _m_code, epp_string _m_msg, epp_string _m_lang, epp_string _m_id, epp_string_seq_ref _m_values)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_Result (epp_short_ref _m_code, epp_string_ref _m_msg, epp_string_ref _m_lang, epp_string_ref _m_id, epp_string_seq_ref _m_values)
 Constructor, using only references. More...


Public Attributes

epp_short_ref m_code
 Decimal number that describes the success or failure of the command. More...

epp_string_ref m_msg
 Human-readable description of the response code. More...

epp_string_ref m_lang
 Language of the human-readable response (iso639). More...

epp_string_ref m_id
 ID to uniquely identify the message returned (used for the Poll command). More...

epp_string_seq_ref m_values
 Client-provided values that caused server error conditions. More...


Detailed Description

Class containing elements used to describe success/failure of a command in server responses.


Constructor & Destructor Documentation

eppobject::epp::epp_Result::epp_Result   [inline]
 

Null constructor.

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

Destructor.

eppobject::epp::epp_Result::epp_Result epp_short    _m_code,
epp_string    _m_msg,
epp_string    _m_lang,
epp_string    _m_id,
epp_string_seq_ref    _m_values
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_Result::epp_Result epp_short_ref    _m_code,
epp_string_ref    _m_msg,
epp_string_ref    _m_lang,
epp_string_ref    _m_id,
epp_string_seq_ref    _m_values
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_short_ref eppobject::epp::epp_Result::m_code
 

Decimal number that describes the success or failure of the command.

epp_string_ref eppobject::epp::epp_Result::m_id
 

ID to uniquely identify the message returned (used for the Poll command).

epp_string_ref eppobject::epp::epp_Result::m_lang
 

Language of the human-readable response (iso639).

epp_string_ref eppobject::epp::epp_Result::m_msg
 

Human-readable description of the response code.

epp_string_seq_ref eppobject::epp::epp_Result::m_values
 

Client-provided values that caused server error conditions.


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