Package | Description |
---|---|
com.verisign.epp.codec.balance | |
com.verisign.epp.codec.contact | |
com.verisign.epp.codec.defReg | |
com.verisign.epp.codec.domain | |
com.verisign.epp.codec.emailFwd | |
com.verisign.epp.codec.gen | |
com.verisign.epp.codec.host | |
com.verisign.epp.codec.idntable | |
com.verisign.epp.codec.lowbalancepoll | |
com.verisign.epp.codec.nameWatch | |
com.verisign.epp.codec.nv | |
com.verisign.epp.codec.org | |
com.verisign.epp.codec.registry | |
com.verisign.epp.codec.registry.v01 | |
com.verisign.epp.codec.registry.v02 | |
com.verisign.epp.codec.rgppoll | |
com.verisign.epp.codec.validate.v02 | |
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPBalanceInfoCmd
Represents an EPP Balance <info> command that is used to retrieve
account balance and other finance information defined in the
EPPBalanceInfoResp . |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPBalanceMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Overridden but does nothing in the context of LowBalance Poll.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPContactCheckCmd
Represents an EPP Contact <check> command, which is used to determine
if a contact id is known to the server.
|
class |
EPPContactCreateCmd
Represents an EPP Contact <create> command, which provides a transform that allows a client to create a contact
object.
|
class |
EPPContactDeleteCmd
Represents an EPP Contact <delete> command that allows a client to
delete a contact object.
|
class |
EPPContactInfoCmd
Represents an EPP Contact <info> command that is used to retrieve
information associated with a contact.
|
class |
EPPContactTransferCmd
Represents an EPP Contact <transfer> command.
|
class |
EPPContactUpdateCmd
Represents an EPP Host <update> command.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPContactMapFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand from the passed in XML Element
tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPDefRegCheckCmd
Represents an EPP DefReg <check> command, which is used to determine
if a defReg name is known to the server.
|
class |
EPPDefRegCreateCmd
Represents an EPPDefReg <create> command, which provides a transform
operation that allows a client to create a defReg object.
|
class |
EPPDefRegDeleteCmd
Represents an EPP DefReg <delete> command that allows a client to
delete a defReg object.
|
class |
EPPDefRegInfoCmd
Represents an EPPDefReg <info> command that is used to retrieve
information associated with a defReg.
|
class |
EPPDefRegRenewCmd
Represents an EPP DefReg <renew> command, which provides a transform
operation that allows a client to extend the validity period of a
defReg object.In addition to the standard EPP command elements, the
<renew> command MUST contain a <defReg:renew> element that
identifies the defReg namespace and the location of the defReg schema.
|
class |
EPPDefRegTransferCmd
Represents an EPP DefReg <transfer> command.
|
class |
EPPDefRegUpdateCmd
Represents an EPP DefReg <update> command.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPDefRegMapFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPDomainCheckCmd
Represents an EPP Domain <check> command, which is used to determine
if a domain name is known to the server.
|
class |
EPPDomainCreateCmd
Represents an EPP Domain <create> command, which provides a transform
operation that allows a client to create a domain object.
|
class |
EPPDomainDeleteCmd
Represents an EPP Domain <delete> command that allows a client to
delete a domain object.
|
class |
EPPDomainInfoCmd
Represents an EPP Domain <info> command that is used to retrieve
information associated with a domain.
|
class |
EPPDomainRenewCmd
Represents an EPP Domain <renew> command, which provides a transform
operation that allows a client to extend the validity period of a
domain object.
|
class |
EPPDomainTransferCmd
Represents an EPP Domain <transfer> command.
|
class |
EPPDomainUpdateCmd
Represents an EPP Domain <update> command.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPDomainMapFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPEmailFwdCheckCmd
Represents an EPP EmailFwd <check> command, which is used to determine
if a emailFwd name is known to the server.
|
class |
EPPEmailFwdCreateCmd
Represents an EPP EmailFwd <create> command, which provides a
transform operation that allows a client to create a emailFwd object.
|
class |
EPPEmailFwdDeleteCmd
Represents an EPP EmailFwd <delete> command that allows a client to
delete a emailFwd object.
|
class |
EPPEmailFwdInfoCmd
Represents an EPP EmailFwd <info> command that is used to retrieve
information associated with a emailFwd.
|
class |
EPPEmailFwdRenewCmd
Represents an EPP EmailFwd <renew> command, which provides a transform
operation that allows a client to extend the validity period of a
emailFwd object.
|
class |
EPPEmailFwdTransferCmd
Represents an EPP EmailFwd <transfer> command.
|
class |
EPPEmailFwdUpdateCmd
Represents an EPP EmailFwd <update> command.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPEmailFwdMapFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPCheckCmd
The EPP check command is used to determine if an object exists in the server
repository.
|
class |
EPPCreateCmd
The EPP <create> command is used to create an instance of an object.
|
class |
EPPDeleteCmd
The EPP <delete> command is used to remove an instance of an existing
object.
|
class |
EPPInfoCmd
The EPP <info> command is used to retrieve information associated with
an existing object.
|
class |
EPPLoginCmd
The EPP <login> command is used to establish a session with an EPP
server in response to a greeting issued by the server.
|
class |
EPPLogoutCmd
The EPP <logout> command is used to end a session with an EPP server.
|
class |
EPPPollCmd
The EPP <poll> command is used to discover and retrieve client service
messages from a server.
|
class |
EPPRenewCmd
The EPP <renew> command is used to extend the validity period of an
existing object.
|
class |
EPPTransferCmd
The EPP <transfer> command provides a query operation that allows a
client to determine real-time status of pending and completed transfer
requests.
|
class |
EPPUpdateCmd
The EPP update command is used to change information associated with an
existing object.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPTestGenMapFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand from the passed in XML Element
tree. |
abstract EPPCommand |
EPPMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Abstract method that creates a concrete
EPPCommand from an
XML element. |
EPPCommand |
EPPFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand given a DOM Command Mapping
Element. |
EPPCommand |
EPPFactory.createCommand(java.lang.String aCommandType,
java.lang.String aOp)
creates a concrete
EPPCommand given a command type and a
command operation. |
EPPCommand |
EPPCodec.decodeCommand(org.w3c.dom.Document aDocument)
utility method that will decode a DOM Document and return an
EPPCommand instance. |
Modifier and Type | Class and Description |
---|---|
class |
EPPHostCheckCmd
Represents an EPP Host <check> command, which is used to determine if
a host name is known to the server.
|
class |
EPPHostCreateCmd
Represents an EPP Host <create> command, which provides a transform
operation that allows a client to create a host object.
|
class |
EPPHostDeleteCmd
Represents an EPP Host <delete> command that allows a client to delete
a host object.
|
class |
EPPHostInfoCmd
Represents an EPP Host <info> command that is used to retrieve
information associated with a host.
|
class |
EPPHostUpdateCmd
Represents an EPP Host <update> command, which provides a transform
operation that allows a client to modify the attributes of a host object.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPHostMapFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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. |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPIdnTableMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand from an XML element that
represents an EPP command element. |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPLowBalancePollMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Overridden but does nothing in the context of LowBalance Poll.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPNameWatchCreateCmd
Represents an EPP NameWatch <create> command, which provides a
transform operation that allows a client to create a nameWatch object.
|
class |
EPPNameWatchDeleteCmd
Represents an EPP NameWatch <delete> command that allows a client to
delete a nameWatch object.
|
class |
EPPNameWatchInfoCmd
Represents an EPP NameWatch <info> command that is used to retrieve
information associated with a nameWatch.
|
class |
EPPNameWatchRenewCmd
Represents an EPP NameWatch <renew> command, which provides a
transform operation that allows a client to extend the validity period
of a nameWatch object.
|
class |
EPPNameWatchTransferCmd
Represents an EPP NameWatch <transfer> command.
|
class |
EPPNameWatchUpdateCmd
Represents an EPP NameWatch <update> command.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPNameWatchMapFactory.createCommand(org.w3c.dom.Element aMapElement)
creates a concrete
EPPCommand from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPNameVerificationCheckCmd
The
EPPNameVerificationCheckCmd is used for the Name
Verification (DNV) Check Command, that is used to determine if the domain
label's can be used to create a Domain Name Verification object. |
class |
EPPNameVerificationCreateCmd
Create command to implement the domain name verification and to generate a
domain verification code that is contained in the response.
|
class |
EPPNameVerificationInfoCmd
Info command to get the information associated with the verification code,
which includes either the signed code associated with the verification code
or the input parameters passed for the domain verification.
|
class |
EPPNameVerificationUpdateCmd
Update command used to change the authorization information for a Name
Verificaiton (NV) object.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPNameVerificationMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand from an XML element that
represents an EPP command element. |
Modifier and Type | Class and Description |
---|---|
class |
EPPOrgCheckCmd
Represents a org <check> command that enables checking on the
availability of a set of client-specified but server-unique org identifiers.
|
class |
EPPOrgCreateCmd
Command used to create an org object.
|
class |
EPPOrgDeleteCmd
Command used to delete a org object.
|
class |
EPPOrgInfoCmd
Command used to retrieve information associated with an org object.
|
class |
EPPOrgUpdateCmd
Command used to update a org object.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPOrgMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand from an XML element that
represents an EPP command element. |
Modifier and Type | Class and Description |
---|---|
class |
EPPRegistryCheckCmd
Represents an EPP Registry <check> command, which is used to determine
if a zone name is known to the server.
|
class |
EPPRegistryCreateCmd
Represents an EPP Registry <create> command, which provides a transform
operation that allows a client to create a registry object.
|
class |
EPPRegistryDeleteCmd
Represents an EPP Registry <delete> command that allows a client to
delete a registry object.
|
class |
EPPRegistryInfoCmd
Represents an EPP Registry <info> command that is used to retrieve
information associated with a registry.
|
class |
EPPRegistryUpdateCmd
Represents an EPP Registry <update> command.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPRegistryMapFactory.createCommand(org.w3c.dom.Element aMapElement) |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPRegistryMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand for the DOM Element . |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPRegistryMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand for the DOM Element . |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPRgpPollMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Overridden but does nothing in the context of RGP Poll.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPValidateCheckCmd
The
EPPValidateCheckCmd is used for the Validate Check Command, that
is used for the validation of contact and eligibility data. |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPValidateMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand from an XML element that
represents an EPP command element. |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPSession.processDocument(EPPCommand aCommand)
Process an
EPPCommand instance by writing the command to the
session output stream and reading an EPPResponse instance
from the sessin input stream. |
EPPResponse |
EPPSession.processDocument(EPPCommand aCommand,
java.lang.Class aExpectedResponse)
Process an
EPPCommand instance by writing the command to the
session output stream and reading an EPPResponse instance
from the sessin input stream and validate that the
EPPResponse is of the specified type. |
void |
EPPSession.validateClientTransId(EPPCommand myCommand,
EPPResponse myResponse)
Validates that the response client transaction identifier matches the
command's client transaction identifier.
|
Copyright © VeriSign Inc. All Rights Reserved.