|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.1 2003/03/21 15:54:30 tubadanm Exp $
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 |
public epp_Action processAction(epp_Action request)
throws epp_Exception,
epp_XMLException
request - The action to send to the registry
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 codecom.tucows.oxrs.epp.rtk.EPPClient
public java.lang.String processXML(java.lang.String request_xml)
throws epp_Exception,
epp_XMLException
request_xml - The XML request String to send to the server.
epp_XMLException - if any request data or response data is missing
epp_Exception - if a communication error occurscom.tucows.oxrs.epp.rtk.EPPClient
|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||