org.openrtk.idl.epprtk
Interface epp_ExtensionOperations
- epp_Extension, epp_Unspec
- RTKVersion, RTKVersion
public interface epp_ExtensionOperations
Internal IDL interface which is never referenced externally.
Sub-interface epp_Extension may be implemented for the server-defined
command extensions.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/epp_ExtensionOperations.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
void | fromXML(String xml) - Parses an XML String of data from the unspec section of a response from the Registry.
|
String | toXML() - Converts the data into XML to be put into the unspec section of the request
|
fromXML
public void fromXML(String xml)
throws epp_XMLException
Parses an XML String of data from the unspec section of a response from the Registry.
epp_XMLException
- if the response XML is not parsable or does not contain the expected data.
toXML
public String toXML()
throws epp_XMLException
Converts the data into XML to be put into the unspec section of the request
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS