org.openrtk.idl.epp
Interface epp_LoginOperations
- All Superinterfaces:
- epp_ActionOperations
- All Known Subinterfaces:
- epp_Login
- public interface epp_LoginOperations
- extends epp_ActionOperations
Internal IDL interface which is never referenced externally.
Sub-interface epp_Login is implemented by EPPLogin.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LoginOperations.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_Login
setRequestData
public void setRequestData(epp_LoginReq data)
- Sets the request data for an outgoing Login EPP request.
The implementor of this method is responsible for translating
the request parms into equivalent Login EPP XML.
- Parameters:
parms
- The EPP request data
getResponseData
public epp_LoginRsp getResponseData()
- Accessor for the data representing EPP response from a server for the
login command.
The implementor of this method is responsible for translating
the response EPP XML into an instance of epp_LoginRsp.
- Returns:
- The Login response
Copyright © 2001 - Tucows, Inc.