This EppResponseDataPoll class implements EPP Response Data entity for EPP Command Poll.
Inheritance:
Public Methods
-
EppResponseDataPoll()
- Creates an
EppResponseDataPoll object
-
EppResponseDataPoll( EppPollable* object )
- Creates an
EppResponseDataPoll object
-
~EppResponseDataPoll()
- Destructor
-
EppPollable* getPollable()
- Gets the
EppPollable object returned by the EPP poll poll command
-
virtual int getEntityType()
- Returns the run-time type of an EppEntity object
-
void setPollable( EppPollable* object )
- Sets the
EppPollable object returned by the EPP poll command
-
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
- Converts the
EppResponseDataPoll object into an XML element
-
static EppResponseDataPoll* fromXML( const DOM_Node& root )
- Converts an XML element into an
EppResponseDataPoll object.
Public Methods
-
bool instanceOf( const int type )
-
virtual DOMString toString()
Protected Methods
-
DOMString toString( const DOMString &tag )
Documentation
This EppResponseDataPoll class implements EPP Response
Data entity for EPP Command Poll.
EppResponseDataPoll()
-
Creates an
EppResponseDataPoll object
EppResponseDataPoll( EppPollable* object )
-
Creates an
EppResponseDataPoll object
Note: the memory associated with the object data will not be
freed by this class. The caller of this method should be
responsible to free the memory, if needed.
~EppResponseDataPoll()
-
Destructor
EppPollable* getPollable()
-
Gets the
EppPollable object returned by the EPP poll
poll command
virtual int getEntityType()
-
Returns the run-time type of an EppEntity object
void setPollable( EppPollable* object )
-
Sets the
EppPollable object returned by the EPP
poll command
Note: the memory associated with the object data will not be
freed by this class. The caller of this method should be
responsible to free the memory, if needed.
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
-
Converts the
EppResponseDataPoll object into an XML
element
- Parameters:
- doc - the XML
DOM_Element object
tag - the tag/element name for the EppResponse
object
- Returns:
- an
DOM_Element object
static EppResponseDataPoll* fromXML( const DOM_Node& root )
-
Converts an XML element into an
EppResponseDataPoll
object. The caller of this method must make sure that the root
node is of the EPP transferType.
- Parameters:
- root - root node for an
EppResponseDataPoll
object in XML format
- Returns:
- an
EppResponseDataPoll object, or null
if the node is invalid
- This class has no child classes.
- Author:
- Ning Zhang ning.zhang@neustar.com
- Version:
- $Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $
Alphabetic index HTML hierarchy of classes or Java
Copyright © 2001-2002 NeuStar, Inc. All Rights Reserved.