Package com.verisign.epp.codec.idntable
package com.verisign.epp.codec.idntable
-
ClassDescriptionRepresents an EPP Internationalized Domain Name (IDN) Table <check> command, which is used to determine if an (IDN) Table Identifier is known to the server.Check form types, that include:
UNDEFINED_FORMthat represents an undefined state, where neither or both tables and domains are defined.DOMAIN_FORMthat represents the "Domain Check Form", where domain names are only defined.TABLE_FORMthat represents the "Table Check Form", where table identifiers are only defined.EPPIdnTableCheckDomainis used to represent the Internationalized Domain Name (IDN) information for a domain in a IDN table response to a <check> command.Represents an Internationalized Domain Name (IDN) Table response to a <check> command, with two different forms including the Domain Check Form and the Table Check Form.Check form types, that include:
UNDEFINED_FORMthat represents an undefined state, where neither or both tables and domains are defined.DOMAIN_FORMthat represents the "Domain Check Form", where domain names are only defined.TABLE_FORMthat represents the "Table Check Form", where table identifiers are only defined.EPPIdnTableCheckTableis used to represent the Internationalized Domain Name (IDN) table identifier in a IDN table response to a <check< command.EPPIdnTableDomainLabelis used to represent a domain name label used in the Domain Check Form and the Domain Info Form.Label form types, that include:
A_LABELA-label domain name label.U_LABELU-label domain name label.Represents an EPP Internationalized Domain Name (IDN) Table <info> command, which support three different forms:
Domain Info Form - Used to validate the domain name code points against the IDN Tables and IDN Policies, and to return the matching IDN Table meta-data. Table Info Form - Used to retrieve information associated with an IDN Table object. List Info Form - Used to retrieve the list of IDN Tables supported by the server.
EPPIdnTableInfoRespis the concreteEPPReponseassociated withEPPIdnTableInfoCmd.Info form types, that include:
UNDEFINED_FORMthat represents an undefined state, where none of the forms can be determined.DOMAIN_FORMthat represents the "Domain Info Form".TABLE_FORMthat represents the "Table Info Form".LIST_FORMthat represents the "List Info Form".EPPIdnTableInfoDomainis used to represent the Internationalized Domain Name (IDN) information for a domain in a IDN table response to a <info> command.EPPIdnTableInfoDomainTableis used to represent the Internationalized Domain Name (IDN) table information for a domain name in a Domain Info Form response.Table types, that include:
LANGUAGEthat represents a Language IDN Table.SCRIPTthat represents a Script IDN Table.EPPIdnTableInfoListItemis used to represent an IDN Table in a List Info Form response.Represents an EPP Internationalized Domain Name (IDN) Table <info> response, which support three different forms:
Domain Info Form - Used to validate the domain name code points against the IDN Tables and IDN Policies, and to return the matching IDN Table meta-data. Table Info Form - Used to retrieve information associated with an IDN Table object. List Info Form - Used to retrieve the list of IDN Tables supported by the server.
EPPIdnTableInfoCmdis the concreteEPPCommandassociated withEPPIdnTableInfoCmd.Check form types, that include:
DOMAIN_FORMthat represents the "Domain Info Form".TABLE_FORMthat represents the "Table Info Form".LIST_FORMthat represents the "List Info Form".EPPIdnTableInfoTableis used to represent the Internationalized Domain Name (IDN) table information for an IDN Table in a Table Info Form response.Table types, that include:
LANGUAGEthat represents a Language IDN Table.SCRIPTthat represents a Script IDN Table.Factory for the IDN Table command and response objects.Is a unit test of the com.verisign.epp.codec.idntable package.