EPP 0.2.6

com.neulevel.epp.core.response
Class EppResponseDataCheckSvcsub

java.lang.Object
  extended bycom.neulevel.epp.core.EppEntity
      extended bycom.neulevel.epp.core.response.EppResponseData
          extended bycom.neulevel.epp.core.response.EppResponseDataCheck
              extended bycom.neulevel.epp.core.response.EppResponseDataCheckSvcsub

public class EppResponseDataCheckSvcsub
extends EppResponseDataCheck

This EppResponseDataCheckSvcsub class implements EPP Response Data entity for EPP Command Check of EPP Svcsub objects.

Version:
$Revision: 1.1.1.1 $
Author:
Ning Zhang ning.zhang@neustar.com

Field Summary
 
Fields inherited from class com.neulevel.epp.core.response.EppResponseDataCheck
FOUND, hashMap, NOT_FOUND, UNKNOWN
 
Constructor Summary
EppResponseDataCheckSvcsub()
          Checks an EppResponseDataCheckSvcsub object
 
Method Summary
static EppEntity fromXML(org.w3c.dom.Node root)
          Converts an XML element into an EppResponseDataCheckSvcsub object.
 org.w3c.dom.Element toXML(org.w3c.dom.Document doc, java.lang.String tag)
          Converts an EppResponseDataCheckSvcsub object into an XML element.
 
Methods inherited from class com.neulevel.epp.core.response.EppResponseDataCheck
add, check, fromXMLCommon, getHashMap, toXMLCommon
 
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

EppResponseDataCheckSvcsub

public EppResponseDataCheckSvcsub()
Checks an EppResponseDataCheckSvcsub object

Method Detail

fromXML

public static EppEntity fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppResponseDataCheckSvcsub object. The caller of this method must make sure that the root node is the resData element of EPP responseType for creating an EPP Svcsub object.

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

toXML

public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
                                 java.lang.String tag)
Converts an EppResponseDataCheckSvcsub object into an XML element.

Specified by:
toXML in class EppEntity
Parameters:
doc - the XML Document object
tag - the tag/element name for the EppResponseDataCheckSvcsub object
Returns:
an Element object

EPP 0.2.6

Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.