EPP 0.2.6

com.neulevel.epp.core.response
Class EppResponseDataPoll

java.lang.Object
  extended bycom.neulevel.epp.core.EppEntity
      extended bycom.neulevel.epp.core.response.EppResponseData
          extended bycom.neulevel.epp.core.response.EppResponseDataPoll

public class EppResponseDataPoll
extends EppResponseData

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

Version:
$Revision: 1.1.1.1 $ $Date: 2005/12/06 20:11:35 $
Author:
Ning Zhang ning.zhang@neustar.com

Constructor Summary
EppResponseDataPoll(EppPollable object)
          Creates an EppResponseDataPoll object
 
Method Summary
static EppEntity fromXML(org.w3c.dom.Node root)
          Converts an XML element into an EppResponseDataPoll object.
 EppPollable getPollable()
          Gets the EppPollable object returned by the EPP poll poll command
 void setPollable(EppPollable object)
          Sets the EppPollable object returned by the EPP poll command
 org.w3c.dom.Element toXML(org.w3c.dom.Document doc, java.lang.String tag)
          Converts the EppResponseDataPoll object into an XML element
 
Methods inherited from class com.neulevel.epp.core.response.EppResponseData
toString
 
Methods inherited from class com.neulevel.epp.core.EppEntity
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EppResponseDataPoll

public EppResponseDataPoll(EppPollable object)
Creates an EppResponseDataPoll object

Method Detail

getPollable

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


setPollable

public void setPollable(EppPollable object)
Sets the EppPollable object returned by the EPP poll command


toXML

public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
                                 java.lang.String tag)
Converts the EppResponseDataPoll object into an XML element

Specified by:
toXML in class EppEntity
Parameters:
doc - the XML Document object
tag - the tag/element name for the EppResponse object
Returns:
an Element object

fromXML

public static EppEntity fromXML(org.w3c.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

EPP 0.2.6

Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.