public class DomainCreateIetfIdnCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Create command, representing the Create IDN Domain aspect of the Internationalized Domain Names extension.
Use this to set the table element to be used for an IDN as part of an EPP Domain Create command compliant with RFC3735 and RFC5891. The response expected from a server should be handled by a Domain Create Response.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainCreateIetfIdnCommandExtension(java.lang.String table,
java.lang.String uname) |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
public DomainCreateIetfIdnCommandExtension(java.lang.String table, java.lang.String uname)
table
- The IDN language. Required.uname
- the domain name in Unicode format, optional parameter.java.lang.IllegalArgumentException
- if table
is null
or empty.public void addToCommand(Command command)
addToCommand
in interface CommandExtension