|
EPP 0.4.9 | ||||||||
| 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.ext.EppExtension
public abstract class EppExtension
This EppExtension class implements EPP Extension entity.
| Constructor Summary | |
|---|---|
EppExtension()
|
|
| Method Summary | |
|---|---|
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppExtension object. |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
|---|
toString, toString, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EppExtension()
| Method Detail |
|---|
public static EppEntity fromXML(org.w3c.dom.Node root)
EppExtension object.
The caller of this method must make sure that the root node is a
child node of an EPP extension tag
root - root node for an EppExtension object in XML
format
EppEntity object, or null if the node
is invalid
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||