EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp
Interface epp_HelloOperations

All Superinterfaces:
epp_ActionOperations
All Known Subinterfaces:
epp_Hello

public interface epp_HelloOperations
extends epp_ActionOperations

Internal IDL interface which is never referenced externally.

Sub-interface epp_Hello is implemented by EPPGreeting. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_HelloOperations.java,v 1.6 2001/12/04 22:32:49 lyin Exp $
$Revision: 1.6 $
$Date: 2001/12/04 22:32:49 $

See Also:
epp_Hello

Method Summary
 epp_Greeting getResponseData()
          Accessor for the data representing EPP greeting response from a server in response to the hello request issued by the client The implementor of this method is responsible for translating the response EPP XML into an instance of epp_Greeting.
 
Methods inherited from interface org.openrtk.idl.epp.epp_ActionOperations
fromXML, toXML
 

Method Detail

getResponseData

public epp_Greeting getResponseData()
Accessor for the data representing EPP greeting response from a server in response to the hello request issued by the client The implementor of this method is responsible for translating the response EPP XML into an instance of epp_Greeting.

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.