org.openrtk.idl.epp0604
Interface epp_SessionOperations
- epp_Session
- 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/epp0604/epp_SessionOperations.java,v 1.2 2003/09/10 21:29:57 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:57 $
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.
request
- The action to send to the registry
- The EPP command response data
epp_XMLException
- if any request data or response data is missingepp_Exception
- if a communication error occurs or if the server returns an error code
processXML
public String processXML(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().
request_xml
- The XML request String to send to the server.
- The raw XML String response from the server.
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS