public class DomainTransferCommandUnspecExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Transfer Request command, representing the Transfer aspects of the EPP.
Use this to command to transfer a domain name. The response expected from a server should be handled by a Domain Transfer Response.
This extension is also used to specify the UIN for transfer in the .travel zone.
DomainTransferRequestCommand
,
Serialized FormCREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainTransferCommandUnspecExtension(java.lang.String uin) |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
public DomainTransferCommandUnspecExtension(java.lang.String uin)
public void addToCommand(Command command)
addToCommand
in interface CommandExtension