EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp
Interface epp_UnspecOperations

All Known Subinterfaces:
epp_Unspec

public interface epp_UnspecOperations

Internal IDL interface which is never referenced externally.

Sub-interface epp_Unspec may be implemented for the server-defined command extensions. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_UnspecOperations.java,v 1.6 2001/12/04 22:32:50 lyin Exp $
$Revision: 1.6 $
$Date: 2001/12/04 22:32:50 $

See Also:
epp_Unspec

Method Summary
 void fromXML(java.lang.String xml)
          Parses an XML String of data from the unspec section of a response from the Registry.
 java.lang.String toXML()
          Converts the data into XML to be put into the unspec section of the request
 

Method Detail

toXML

public java.lang.String toXML()
                       throws epp_XMLException
Converts the data into XML to be put into the unspec section of the request
Returns:
the XML String.
Throws:
epp_XMLException - if required data is missing.

fromXML

public void fromXML(java.lang.String xml)
             throws epp_XMLException
Parses an XML String of data from the unspec section of a response from the Registry.
Parameters:
The - XML String to parse.
Throws:
epp_XMLException - if the response XML is not parsable or does not contain the expected data.

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.