com.tucows.oxrs.epprtk.rtk.xml
Class EPPHostCheck
org.omg.CORBA.portable.ObjectImpl
- epp_Action, epp_ActionOperations, epp_HostCheck, epp_HostCheckOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
public class EPPHostCheck
Class for the EPP Host Check command and response.
Extends the epp_HostCheck interface from the EPP IDLs to provide
the XML translation for the EPP Host Check command.
The Check command provides a way of telling if an object exists in the registry server.
Usage is demonstrated in the com.tucows.oxrs.epprtk.rtk.example.HostExample
class.
EPPHostCheck()- Default constructor
|
EPPHostCheck(String xml)- Constructor with response XML string to automatically parse.
|
addXMLElement, convertListToArray, convertListToStringArray, createDocRoot, createXMLFromDoc, createXMLSnippetFromDoc, getAvailResultFor, getCheckResultFor, getDocumentElement, getElement, getExtensionNode, getNode, getPanData, getTransID, getXML, initAuthInfoStringToTypeHash, initHashes, initTransferStatusToTypeHash, parseGenericCheckResults, parseGenericResult, prepareAuthInfo, prepareExtensionElement, stringListToXML, transferStatusFromString, transferStatusToString |
EPPHostCheck
public EPPHostCheck()
Default constructor
EPPHostCheck
public EPPHostCheck(String xml)
throws epp_XMLException,
epp_Exception Constructor with response XML string to automatically parse.
xml - The EPP Host Check response XML String
epp_XMLException - if the response XML is not parsable or does not contain the expected dataepp_Exception - if the server has responded with an error code
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS