org.openrtk.idl.epp0402.contact

Interface epp_ContactTransferOperations

All Superinterfaces:
epp_ActionOperations
Known Subinterfaces:
epp_ContactTransfer
Known Implementing Classes:
EPPContactTransfer

public interface epp_ContactTransferOperations
extends epp_ActionOperations

Internal IDL interface which is never referenced externally. Sub-interface epp_ContactTransfer is implemented by EPPContactTransfer. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/contact/epp_ContactTransferOperations.java,v 1.1 2003/03/21 16:35:40 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:40 $
See Also:
epp_ContactTransfer

Method Summary

epp_ContactTransferRsp
getResponseData()
Accessor for the data representing EPP response from a server for the contact transfer command.
void
setRequestData(epp_ContactTransferReq parms)
Sets the request data for an outgoing Contact Transfer EPP request.

Methods inherited from interface org.openrtk.idl.epp0402.epp_ActionOperations

fromXML, toXML

Method Details

getResponseData

public epp_ContactTransferRsp getResponseData()
Accessor for the data representing EPP response from a server for the contact transfer command. The implementor of this method is responsible for translating the response EPP XML into an instance of epp_ContactTransferRsp.

setRequestData

public void setRequestData(epp_ContactTransferReq parms)
Sets the request data for an outgoing Contact Transfer EPP request. The implementor of this method is responsible for translating the request parms into equivalent Contact Transfer EPP XML.
Parameters:
parms - The EPP request data

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS