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

eppobject::epp::epp_Command Class Reference

Class containing generic elements used in a request to the server. More...

#include <epp_Command.h>

List of all members.

Public Methods

 epp_Command ()
 Null constructor. More...

virtual ~epp_Command ()
 Destructor. More...

 epp_Command (epp_Credentials_ref _m_creds, epp_Unspec_ref _m_unspec, epp_trid _m_client_trid)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_Command (epp_Credentials_ref _m_creds, epp_Unspec_ref _m_unspec, epp_trid_ref _m_client_trid)
 Constructor, using only references. More...


Public Attributes

epp_Credentials_ref m_creds
 Client identity credentials element that provides client identity information. More...

epp_Unspec_ref m_unspec
 Unspecified element used for server-defined command extensions. More...

epp_trid_ref m_client_trid
 Client transaction ID element that uniquely identifies the command to the client. More...


Detailed Description

Class containing generic elements used in a request to the server.


Constructor & Destructor Documentation

eppobject::epp::epp_Command::epp_Command   [inline]
 

Null constructor.

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

Destructor.

eppobject::epp::epp_Command::epp_Command epp_Credentials_ref    _m_creds,
epp_Unspec_ref    _m_unspec,
epp_trid    _m_client_trid
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_Command::epp_Command epp_Credentials_ref    _m_creds,
epp_Unspec_ref    _m_unspec,
epp_trid_ref    _m_client_trid
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_trid_ref eppobject::epp::epp_Command::m_client_trid
 

Client transaction ID element that uniquely identifies the command to the client.

epp_Credentials_ref eppobject::epp::epp_Command::m_creds
 

Client identity credentials element that provides client identity information.

epp_Unspec_ref eppobject::epp::epp_Command::m_unspec
 

Unspecified element used for server-defined command 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