|
EPP 0.2.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.core.response.EppResponseData
com.neulevel.epp.core.response.EppResponseDataPoll
This EppResponseDataPoll class implements EPP Response
Data entity for EPP Command Poll.
| 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 |
public EppResponseDataPoll(EppPollable object)
EppResponseDataPoll object
| Method Detail |
public EppPollable getPollable()
EppPollable object returned by the EPP poll
poll command
public void setPollable(EppPollable object)
EppPollable object returned by the EPP
poll command
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppResponseDataPoll object into an XML
element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the EppResponse
object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppResponseDataPoll
object. The caller of this method must make sure that the root
node is of the EPP transferType.
root - root node for an EppResponseDataPoll
object in XML format
EppResponseDataPoll object, or null
if the node is invalid
|
EPP 0.2.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||