EPP 0.2.6

com.neulevel.epp.core
Interface EppPollable

All Known Implementing Classes:
EppCommandTransfer

public interface EppPollable

The EppPollable interface is designed for pollable EppEntity, such as EppCommandTransfer objects, that can be included as the data element in the response of an EPP Poll command.

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

Method Summary
 org.w3c.dom.Element toXMLPoll(org.w3c.dom.Document doc, java.lang.String tag)
          Converts the EppPollable object into an XML element that can be included as the data element in the response of an EPP Poll command.
 

Method Detail

toXMLPoll

public org.w3c.dom.Element toXMLPoll(org.w3c.dom.Document doc,
                                     java.lang.String tag)
Converts the EppPollable object into an XML element that can be included as the data element in the response of an EPP Poll command.

Parameters:
doc - the XML Document object
tag - the tag/element name for the EppEntity object
Returns:
an Element object

EPP 0.2.6

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