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$ $Date$
- 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. |
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 objecttag - the tag/element name for the EppEntity object- Returns:
- an
Element object
Copyright © 2001 NeuStar, Inc. All Rights Reserved.