EPPIdnTableCheckCmd |
Represents an EPP Internationalized Domain Name (IDN) Table <check>
command, which is used to determine if an (IDN) Table Identifier is known to
the server.
|
EPPIdnTableCheckDomain |
EPPIdnTableCheckDomain is used to represent the Internationalized
Domain Name (IDN) information for a domain in a IDN table response to a
<check> command.
|
EPPIdnTableCheckResp |
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.
|
EPPIdnTableCheckTable |
EPPIdnTableCheckTable is used to represent the Internationalized
Domain Name (IDN) table identifier in a IDN table response to a <check<
command.
|
EPPIdnTableDomainLabel |
EPPIdnTableDomainLabel is used to represent a domain name label used
in the Domain Check Form and the Domain Info Form.
|
EPPIdnTableInfoCmd |
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.
EPPIdnTableInfoResp is the concrete EPPReponse
associated with EPPIdnTableInfoCmd .
|
EPPIdnTableInfoDomain |
EPPIdnTableInfoDomain is used to represent the Internationalized
Domain Name (IDN) information for a domain in a IDN table response to a
<info> command.
|
EPPIdnTableInfoDomainTable |
EPPIdnTableInfoDomainTable is used to represent the
Internationalized Domain Name (IDN) table information for a domain name in a
Domain Info Form response.
|
EPPIdnTableInfoListItem |
EPPIdnTableInfoListItem is used to represent an IDN Table in a
List Info Form response.
|
EPPIdnTableInfoResp |
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.
EPPIdnTableInfoCmd is the concrete EPPCommand associated with
EPPIdnTableInfoCmd .
|
EPPIdnTableInfoTable |
EPPIdnTableInfoTable is used to represent the Internationalized
Domain Name (IDN) table information for an IDN Table in a Table Info Form
response.
|
EPPIdnTableMapFactory |
Factory for the IDN Table command and response objects.
|
EPPIdnTableTst |
Is a unit test of the com.verisign.epp.codec.idntable package.
|