|
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.EppResponseDataInfo
This EppResponseDataInfo class implements EPP Response
Data entity for EPP Command Info.
| Constructor Summary | |
EppResponseDataInfo(EppObject object)
Creates an EppResponseDataInfo object |
|
| Method Summary | |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppResponseDataInfo
object. |
EppObject |
getObject()
Gets the EppObject returned by the EPP info command |
void |
setObject(EppObject object)
Sets the EppObject returned by the EPP info command |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppResponseDataInfo 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 EppResponseDataInfo(EppObject object)
EppResponseDataInfo object
| Method Detail |
public EppObject getObject()
EppObject returned by the EPP info command
public void setObject(EppObject object)
EppObject returned by the EPP info command
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppResponseDataInfo 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)
EppResponseDataInfo
object. The caller of this method must make sure that the root
node is of the EPP infDataType.
root - root node for an EppResponseDataInfo
object in XML format
EppResponseDataInfo 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 | |||||||||