EPP 0.4.9

com.neulevel.epp.ext
Class EppExtension

java.lang.Object
  extended by com.neulevel.epp.core.EppEntity
      extended by com.neulevel.epp.ext.EppExtension
Direct Known Subclasses:
EppCommandCreateSecDns, EppCommandUpdateSecDns, EppResponseDataInfoSecDns

public abstract class EppExtension
extends EppEntity

This EppExtension class implements EPP Extension entity.

Version:
$Revision: 1.2 $ $Date: 2006/03/01 01:35:38 $
Author:
Ning Zhang ning.zhang@neustar.com

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

EppExtension

public EppExtension()
Method Detail

fromXML

public static EppEntity fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppExtension object. The caller of this method must make sure that the root node is a child node of an EPP extension tag

Parameters:
root - root node for an EppExtension object in XML format
Returns:
an EppEntity object, or null if the node is invalid

EPP 0.4.9

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