org.openrtk.idl.epp.domain
Interface epp_DomainRenewOperations
- All Superinterfaces:
- epp_ActionOperations
- All Known Subinterfaces:
- epp_DomainRenew
- public interface epp_DomainRenewOperations
- extends epp_ActionOperations
Internal IDL interface which is never referenced externally.
Sub-interface epp_DomainRenew is implemented by EPPDomainRenew.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainRenewOperations.java,v 1.6 2001/12/04 22:31:06 lyin Exp $
$Revision: 1.6 $
$Date: 2001/12/04 22:31:06 $
- See Also:
epp_DomainRenew
setRequestData
public void setRequestData(epp_DomainRenewReq parms)
- Sets the request data for an outgoing Domain Renew EPP request.
The implementor of this method is responsible for translating
the request parms into equivalent Domain Renew EPP XML.
- Parameters:
parms
- The EPP request data
getResponseData
public epp_DomainRenewRsp getResponseData()
- Accessor for the data representing EPP response from a server for the
domain renew command.
The implementor of this method is responsible for translating
the response EPP XML into an instance of epp_DomainRenewRsp.
Copyright © 2001 - Tucows, Inc.