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