com.liberty.rtk.extension.epp0705

Class OxrsTransfer

Implemented Interfaces:
epp_Extension

public class OxrsTransfer
extends EPPXMLBase
implements epp_Extension

When transfering a domain from an RRP-based registrar to an EPP-based on, the .org registry requires new EPP contact data to be supplied which replaces the placeholder contact data when the domain is transferred.
See Also:
OxrsTransferExample

Constructor Summary

OxrsTransfer()
Default constructor

Method Summary

void
fromXML(String xml)
This would parse a response from the server with the extension.
epp_DomainContact[]
getContacts()
Accessor method for the array of contacts to be associated with the domain object
String
getRegistrant()
Accessor method for the registrant contact
void
setContacts(epp_DomainContact[] value)
Accessor method for the array of contacts to be associated with the domain object
void
setRegistrant(String value)
Accessor method for the registrant contact
String
toXML()
Converts the test number data into XML to be put into the unspec section of the request.

Constructor Details

OxrsTransfer

public OxrsTransfer()
Default constructor

Method Details

fromXML

public void fromXML(String xml)
            throws epp_XMLException
This would parse a response from the server with the extension. but is only used in the request.
Implemented method from org.openrtk.idl.epp0705.epp_Extension interface.
Parameters:
See Also:
org.openrtk.idl.epp0705.epp_Action

getContacts

public epp_DomainContact[] getContacts()
Accessor method for the array of contacts to be associated with the domain object
Returns:
The array of domain contacts

getRegistrant

public String getRegistrant()
Accessor method for the registrant contact
Returns:
value The current registrant contact

setContacts

public void setContacts(epp_DomainContact[] value)
Accessor method for the array of contacts to be associated with the domain object
Parameters:
value - The array of domain contacts

setRegistrant

public void setRegistrant(String value)
Accessor method for the registrant contact
Parameters:
value - The new single registrant contact.

toXML

public String toXML()
            throws epp_XMLException
Converts the test number data into XML to be put into the unspec section of the request. Implemented method from org.openrrc.rtk.epp0705.epp_Unspec interface.
See Also:
org.openrtk.idl.epp0705.epp_Unspec

Copyright © 2001-2003 - Afilias Limited