EPP 0.4.9

com.neulevel.epp.core
Interface EppPollable

All Known Implementing Classes:
EppCommandTransfer, EppCommandTransferContact, EppCommandTransferDomain, EppCommandTransferSvcsub, EppCommandTransferXriAuthority, EppCommandTransferXriName

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.

Warning: This interface is no longer used. Just for compatiblity. It may be removed in the future.

Version:
$Revision: 1.2 $ $Date: 2006/03/01 01:35:38 $
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

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

Copyright © 2001-2006 NeuStar, Inc. All Rights Reserved.