com.tucows.oxrs.epp0705.rtk.xml.extension
Class RTKVersion
org.omg.CORBA.portable.ObjectImpl
- epp_Extension, epp_ExtensionOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
This class is used to exchange RTK version number with the Registry.
$Revision: 1.2 $ $Date: 2003/09/10 21:31:13 $
void | fromXML(String xml) - Parses an XML String of test number data from the Extension section of
a response from the Registry.
|
static String | getVersion() - Returns RTK version number.
|
String | toXML() - Converts the RTK version number into XML to be put into the extension
section of the request.
|
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 |
RTKVersion
public RTKVersion()
Default constructor
fromXML
public void fromXML(String xml)
throws epp_XMLException
Parses an XML String of test number data from the Extension section of
a response from the Registry.
Implemented method from org.openrrc.rtk.epp0705.epp_Extension interface.
NOTE: this method is empty because RTK version number will
never be send from server side to the client.
- fromXML in interface epp_ExtensionOperations
epp_XMLException
- if the response XML is not parsable or does not contain the expected data
getVersion
public static String getVersion()
Returns RTK version number.
toXML
public String toXML()
throws epp_XMLException
Converts the RTK version number into XML to be put into the extension
section of the request.
Implemented method from org.openrrc.rtk.epp0705.epp_Extension interface.
- toXML in interface epp_ExtensionOperations
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS