com.tucows.oxrs.epp0402.rtk.xml.unspec
Class RTKVersion
org.omg.CORBA.portable.ObjectImpl
- epp_Unspec, epp_UnspecOperations, 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 unspec 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 unspec
section of the request.
|
addXMLElement , convertListToArray , convertListToStringArray , createDocRoot , createXMLFromDoc , getCheckResultFor , getDocumentElement , getElement , getNode , getUnspecNode , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericResult , prepareAuthInfo , prepareCreds , prepareUnspecElement , 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 unspec section of
a response from the Registry.
Implemented method from org.openrrc.rtk.epp0402.epp_Unspec interface.
NOTE: this method is empty because RTK version number will
never be send from server side to the client.
- fromXML in interface epp_UnspecOperations
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 unspec
section of the request.
Implemented method from org.openrrc.rtk.epp0402.epp_Unspec interface.
- toXML in interface epp_UnspecOperations
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS