class EppResponseDataPoll

This EppResponseDataPoll class implements EPP Response Data entity for EPP Command Poll.

Inheritance:


Public Methods

[more] EppResponseDataPoll()
Creates an EppResponseDataPoll object
[more] EppResponseDataPoll( EppPollable* object )
Creates an EppResponseDataPoll object
[more] ~EppResponseDataPoll()
Destructor
[more]EppPollable* getPollable()
Gets the EppPollable object returned by the EPP poll poll command
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]void setPollable( EppPollable* object )
Sets the EppPollable object returned by the EPP poll command
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppResponseDataPoll object into an XML element
[more]static EppResponseDataPoll* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataPoll object.


Inherited from EppResponseData:


Inherited from EppEntity:

Public Methods

obool instanceOf( const int type )
ovirtual DOMString toString()

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

This EppResponseDataPoll class implements EPP Response Data entity for EPP Command Poll.

o EppResponseDataPoll()
Creates an EppResponseDataPoll object

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

o ~EppResponseDataPoll()
Destructor

oEppPollable* getPollable()
Gets the EppPollable object returned by the EPP poll poll command

ovirtual int getEntityType()
Returns the run-time type of an EppEntity object

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

oDOM_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

ostatic 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 NeuStar, Inc. All Rights Reserved.