EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402
Interface epp_SessionOperations

All Known Subinterfaces:
epp_Session
All Known Implementing Classes:
EPPClient

public interface epp_SessionOperations

Internal IDL interface which is never referenced externally.

Sub-interface epp_Session is implemented by EPPClient. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_SessionOperations.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $

See Also:
epp_Session

Method Summary
 epp_Action processAction(epp_Action request)
          Sends EPP command request to the server and retrieves the response.
 java.lang.String processXML(java.lang.String request_xml)
          Sends raw XML to the server and returns the XML response.
 

Method Detail

processAction

public epp_Action processAction(epp_Action request)
                         throws epp_Exception,
                                epp_XMLException
Sends EPP command request to the server and retrieves the response. Require some casting on the RTK user's part.

Parameters:
request - The action to send to the registry
Returns:
The EPP command response data
Throws:
epp_XMLException - if any request data or response data is missing
epp_Exception - if a communication error occurs or if the server returns an error code
See Also:
com.tucows.oxrs.epp.rtk.EPPClient

processXML

public java.lang.String processXML(java.lang.String request_xml)
                            throws epp_Exception,
                                   epp_XMLException
Sends raw XML to the server and returns the XML response. This method is required by processAction().

Parameters:
request_xml - The XML request String to send to the server.
Returns:
The raw XML String response from the server.
Throws:
epp_XMLException - if any request data or response data is missing
epp_Exception - if a communication error occurs
See Also:
com.tucows.oxrs.epp.rtk.EPPClient

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS