Uses of Interface
com.verisign.epp.codec.gen.EPPCodecComponent

Packages that use EPPCodecComponent
com.verisign.epp.codec.allocationtoken   
com.verisign.epp.codec.balance   
com.verisign.epp.codec.changepoll Change Poll packet encoder and decoder classes (CODEC). 
com.verisign.epp.codec.coaext   
com.verisign.epp.codec.contact   
com.verisign.epp.codec.defReg   
com.verisign.epp.codec.domain   
com.verisign.epp.codec.emailFwd   
com.verisign.epp.codec.fee.v06 Fee Extension v06 packet encoder and decoder classes (CODEC). 
com.verisign.epp.codec.fee.v07 Fee Extension v07 packet encoder and decoder classes (CODEC). 
com.verisign.epp.codec.fee.v08 Fee Extension v08 packet encoder and decoder classes (CODEC). 
com.verisign.epp.codec.fee.v09 Fee Extension v09 packet encoder and decoder classes (CODEC). 
com.verisign.epp.codec.gen   
com.verisign.epp.codec.host   
com.verisign.epp.codec.idnext   
com.verisign.epp.codec.idnmap   
com.verisign.epp.codec.idntable   
com.verisign.epp.codec.jobscontact   
com.verisign.epp.codec.launch   
com.verisign.epp.codec.lowbalancepoll   
com.verisign.epp.codec.mark   
com.verisign.epp.codec.namestoreext   
com.verisign.epp.codec.nameWatch   
com.verisign.epp.codec.nv   
com.verisign.epp.codec.persreg   
com.verisign.epp.codec.premiumdomain   
com.verisign.epp.codec.registry   
com.verisign.epp.codec.relateddomainext   
com.verisign.epp.codec.reseller   
com.verisign.epp.codec.resellerext   
com.verisign.epp.codec.rgpext   
com.verisign.epp.codec.rgppoll   
com.verisign.epp.codec.secdnsext.v10   
com.verisign.epp.codec.secdnsext.v11   
com.verisign.epp.codec.signedMark   
com.verisign.epp.codec.suggestion   
com.verisign.epp.codec.syncext   
com.verisign.epp.codec.verificationcode   
com.verisign.epp.codec.whois   
com.verisign.epp.codec.whowas   
com.verisign.epp.interfaces Interfaces test client to run client tests against the Stub Server for the Change Poll Extension. 
 

Uses of EPPCodecComponent in com.verisign.epp.codec.allocationtoken
 

Classes in com.verisign.epp.codec.allocationtoken that implement EPPCodecComponent
 class EPPAllocationToken
          Allocation Token Extension, defines an allocation token or code for allocating an object like a domain name to the client.
 

Methods in com.verisign.epp.codec.allocationtoken that return EPPCodecComponent
 EPPCodecComponent EPPAllocationTokenExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.balance
 

Classes in com.verisign.epp.codec.balance that implement EPPCodecComponent
 class EPPBalanceInfoCmd
          Represents an EPP Balance <info> command that is used to retrieve account balance and other finance information defined in the EPPBalanceInfoResp.
 class EPPBalanceInfoResp
          A concrete EPPResponse that knows how to encode/decode Balance Info response from/to XML and object instance.
 class EPPCreditThreshold
          The EPPCreditThreshold is the EPPCodecComponent that knows how to encode and decode Credit Threshold Type elements from/to XML and object instance.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.changepoll
 

Classes in com.verisign.epp.codec.changepoll that implement EPPCodecComponent
 class EPPChangeCaseId
          Change Case Identifier that includes both the identifier as well as the case type.
 class EPPChangeData
          Change Data information that is added as an extension to a poll message containing the info response of the object that was changed to define the what, when, who, and why for the change.
 class EPPChangeOperation
          Transform operation executed on the object.
 

Methods in com.verisign.epp.codec.changepoll that return EPPCodecComponent
 EPPCodecComponent EPPChangePollExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.coaext
 

Classes in com.verisign.epp.codec.coaext that implement EPPCodecComponent
 class EPPCoaExtAttr
          EPPCodecComponent that encodes and decodes a COA Attr Tag.
 class EPPCoaExtCreate
          EPPCodecComponent that encodes and decodes a COA Create Tag.
 class EPPCoaExtInfData
          EPPCodecComponent that encodes and decodes a COA InfData Tag.
 class EPPCoaExtKey
          EPPCodecComponent that encodes and decodes a COA Key Tag.
 class EPPCoaExtUpdate
          EPPCodecComponent that encodes and decodes a COA Update Tag.
 class EPPCoaExtValue
          EPPCodecComponent that encodes and decodes a COA Value Tag.
 

Methods in com.verisign.epp.codec.coaext that return EPPCodecComponent
 EPPCodecComponent EPPCoaExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete Client Object Attribute ext instance when decoding XML that contains a Coa Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.contact
 

Classes in com.verisign.epp.codec.contact that implement EPPCodecComponent
 class EPPContactAddChange
          Represents attributes to add, remove or change with a EPPContactUpdateCmd.
 class EPPContactAddress
          Represents a contact address specified in EPPContactCreateCmd, EPPContactUpdateCmd, or EPPContactInfoResp.
 class EPPContactCheckCmd
          Represents an EPP Contact <check> command, which is used to determine if a contact id is known to the server.
 class EPPContactCheckResp
          Represents an EPP Contact <contact:chkData> response to a EPPContactCheckCmd.
 class EPPContactCheckResult
          EPPContactCheckResult represents the result of an individual contact id check.
 class EPPContactCreateCmd
          Represents an EPP Contact <create> command, which provides a transform that allows a client to create a contact object.
 class EPPContactCreateResp
          Represents a <contact:creData> response to an EPPContactCreateCmd.
 class EPPContactDeleteCmd
          Represents an EPP Contact <delete> command that allows a client to delete a contact object.
 class EPPContactDisclose
          Represents a contact disclose definition.
 class EPPContactDiscloseAddress
          Represents a contact disclose name definition.
 class EPPContactDiscloseName
          Represents a contact disclose name definition.
 class EPPContactDiscloseOrg
          Represents a contact disclose org definition.
 class EPPContactInfoCmd
          Represents an EPP Contact <info> command that is used to retrieve information associated with a contact.
 class EPPContactInfoResp
          Represents a <contact:infData> response to an EPPContactInfoCmd.
 class EPPContactPendActionMsg
          Poll message used to indicate the result of a pending action.
 class EPPContactPostalDefinition
          Represents a contact postal address definition that is used in EPPContactCreateCmd, EPPContactUpdateCmd, and EPPContactInfoResp.
 class EPPContactStatus
          Represents a contact Status.
 class EPPContactTransferCmd
          Represents an EPP Contact <transfer> command.
 class EPPContactTransferResp
          Represents a <contact:trnData> response to EPPContactTransferCmd.
 class EPPContactUpdateCmd
          Represents an EPP Host <update> command.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.defReg
 

Classes in com.verisign.epp.codec.defReg that implement EPPCodecComponent
 class EPPDefRegAddRemove
          Represents attributes to add, remove or change with a EPPDefRegUpdateCmd.
 class EPPDefRegCheckCmd
          Represents an EPP DefReg <check> command, which is used to determine if a defReg name is known to the server.
 class EPPDefRegCheckResp
          Represents an EPPDefReg <defReg:chkData> response to a EPPDefRegFwdCheckCmd.
 class EPPDefRegCheckResult
          EPPDomainCheckResult represents the result of an individual defReg name ping.
 class EPPDefRegCreateCmd
          Represents an EPPDefReg <create> command, which provides a transform operation that allows a client to create a defReg object.
 class EPPDefRegCreateResp
          Represents an EPPDefReg<defReg:creData> response to a EPPDefRegCreateCmd.
 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 EPPDefRegInfoResp
          Represents an EPP DefReg <defReg:infData> response to an EPPDefRegInfoCmd.
 class EPPDefRegName
          Represents EPPDefRegName information which is a shared structure been used by other objects.
 class EPPDefRegPeriod
          Represents a defReg Period.
 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 EPPDefRegRenewResp
          Represents an EPP DefReg <defReg:renData> response to a EPPDefRegRenewCmd.
 class EPPDefRegStatus
          Represents a defReg Status.
 class EPPDefRegTransferCmd
          Represents an EPP DefReg <transfer> command.
 class EPPDefRegTransferResp
          Represents an EPP DefReg <defReg:transfer-data> response to an EPPDefRegTransferCmd.
 class EPPDefRegUpdateCmd
          Represents an EPP DefReg <update> command.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.domain
 

Classes in com.verisign.epp.codec.domain that implement EPPCodecComponent
 class EPPDomainAddRemove
          Represents attributes to add, remove or change with a EPPDomainUpdateCmd.
 class EPPDomainCheckCmd
          Represents an EPP Domain <check> command, which is used to determine if a domain name is known to the server.
 class EPPDomainCheckResp
          Represents an EPP Domain <domain:chkData> response to a EPPDomainCheckCmd.
 class EPPDomainCheckResult
          EPPDomainCheckResult represents the result of an individual domain name check.
 class EPPDomainContact
          Represents a domain contact.
 class EPPDomainCreateCmd
          Represents an EPP Domain <create> command, which provides a transform operation that allows a client to create a domain object.
 class EPPDomainCreateResp
          Represents an EPP Domain <domain:creData> response to a EPPDomainCreateCmd.
 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 EPPDomainInfoResp
          Represents an EPP Domain <domain:infData> response to an EPPDomainInfoCmd.
 class EPPDomainPendActionMsg
          Poll message used to indicate the result of a pending action.
 class EPPDomainPeriod
          Represents a domain Period.
 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 EPPDomainRenewResp
          Represents an EPP Domain <domain:renData> response to a EPPDomainRenewCmd.
 class EPPDomainStatus
          Represents a domain Status.
 class EPPDomainTransferCmd
          Represents an EPP Domain <transfer> command.
 class EPPDomainTransferResp
          Represents an EPP Domain <domain:transfer-data> response to an EPPDomainTransferCmd.
 class EPPDomainUpdateCmd
          Represents an EPP Domain <update> command.
 class EPPHostAttr
          DOCUMENT ME!
 

Uses of EPPCodecComponent in com.verisign.epp.codec.emailFwd
 

Classes in com.verisign.epp.codec.emailFwd that implement EPPCodecComponent
 class EPPEmailFwdAddRemove
          Represents attributes to add, remove or change with a EPPEmailFwdUpdateCmd.
 class EPPEmailFwdCheckCmd
          Represents an EPP EmailFwd <check> command, which is used to determine if a emailFwd name is known to the server.
 class EPPEmailFwdCheckResp
          Represents an EPP EmailFwd <emailFwd:chkData> response to a EPPEmailFwdCheckCmd.
 class EPPEmailFwdCheckResult
          EPPEmailFwdCheckResult represents the result of an individual emailFwd name ping.
 class EPPEmailFwdContact
          Represents a emailFwd contact.
 class EPPEmailFwdCreateCmd
          Represents an EPP EmailFwd <create> command, which provides a transform operation that allows a client to create a emailFwd object.
 class EPPEmailFwdCreateResp
          Represents an EPP EmailFwd <emailFwd:creData> response to a EPPEmailFwdCreateCmd.
 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 EPPEmailFwdInfoResp
          Represents an EPP EmailFwd <emailFwd:infData> response to an EPPEmailFwdInfoCmd.
 class EPPEmailFwdPendActionMsg
          Poll message used to indicate the result of a pending action.
 class EPPEmailFwdPeriod
          Represents a emailFwd Period.
 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 EPPEmailFwdRenewResp
          Represents an EPP EmailFwd <emailFwd:renData> response to a EPPEmailFwdRenewCmd.
 class EPPEmailFwdStatus
          Represents a emailFwd Status.
 class EPPEmailFwdTransferCmd
          Represents an EPP EmailFwd <transfer> command.
 class EPPEmailFwdTransferResp
          Represents an EPP EmailFwd <emailFwd:transfer-data> response to an EPPEmailFwdTransferCmd.
 class EPPEmailFwdUpdateCmd
          Represents an EPP EmailFwd <update> command.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.fee.v06
 

Classes in com.verisign.epp.codec.fee.v06 that implement EPPCodecComponent
 class EPPFeeCheck
          Fee Check Extension that enables a client to pass a list of domain names and fee query information to get fee information back from the server.
 class EPPFeeChkData
          The extension to a response to a check command with the fee check extension.
 class EPPFeeCommand
          The command along with the optional phase and sub-phase that the fee is associated with.
 class EPPFeeCreate
          Fee Create Extension that enables a client to pass the expected fee for the create command.
 class EPPFeeCreData
          Fee Create Result Extension that enables a server to pass the resulting fee for the create command.
 class EPPFeeCredit
          EPPFeeCredit represents the credit value information returned by the server.
 class EPPFeeDelData
          Fee Delete Result Extension that enables a server to pass the resulting credits for the delete command.
 class EPPFeeDomain
          EPPFeeDomain represents a domain to check for the fee using the EPPFeeCheck extension.
 class EPPFeeDomainResult
          EPPFeeDomainResult represents a domain result to a check.
 class EPPFeeInfData
          The extension to a response to an info command with the fee info extension.
 class EPPFeeInfo
          Fee Info Extension that enables a client to pass fee query information to get fee information for the domain name back from the server.
 class EPPFeePeriod
          Represents a fee period.
 class EPPFeeRenData
          Fee Renew Result Extension that enables a server to pass the resulting fee for the renew command.
 class EPPFeeRenew
          Fee Renew Extension that enables a client to pass the expected fee for the renew command.
 class EPPFeeTransfer
          Fee Transfer Extension that enables a client to pass the expected fee for the transfer command.
 class EPPFeeTransform
          Abstract base class for the transform commands (create, renew, update, transfer) for enabling the client to pass the expected fee for a billable transform command.
 class EPPFeeTransformResult
          Abstract base class for the transform results (create, renew, update, delete, transfer) for enabling the server to return the currency, fees, credits, balance, and credit limit where appropriate.
 class EPPFeeTrnData
          Fee Transfer Result Extension that enables a server to pass the resulting fee for the transfer command.
 class EPPFeeUpdate
          Fee Update Extension that enables a client to pass the expected fee for the update command.
 class EPPFeeUpdData
          Fee Update Result Extension that enables a server to pass the resulting fee for the update command.
 class EPPFeeValue
          EPPFeeValue represents the fee value information returned by the server.
 

Methods in com.verisign.epp.codec.fee.v06 that return EPPCodecComponent
 EPPCodecComponent EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.fee.v07
 

Methods in com.verisign.epp.codec.fee.v07 that return EPPCodecComponent
 EPPCodecComponent EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.fee.v08
 

Methods in com.verisign.epp.codec.fee.v08 that return EPPCodecComponent
 EPPCodecComponent EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.fee.v09
 

Classes in com.verisign.epp.codec.fee.v09 that implement EPPCodecComponent
 class EPPFeeObject
          EPPFeeObject represents an object to check for the fee using the EPPFeeCheck extension.
 class EPPFeeObjectResult
          EPPFeeObjectResult represents a domain result to a check.
 

Methods in com.verisign.epp.codec.fee.v09 that return EPPCodecComponent
 EPPCodecComponent EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.gen
 

Subinterfaces of EPPCodecComponent in com.verisign.epp.codec.gen
 interface EPPMessage
          Represents an EPP object that can be sent or received by an EPP Client or EPP Server.
 

Classes in com.verisign.epp.codec.gen that implement EPPCodecComponent
 class EPPAuthInfo
          Represents authorization information which is a shared structure been used by other mapping such as domain and contact mappings.
 class EPPCheckCmd
          The EPP check command is used to determine if an object exists in the server repository.
 class EPPCommand
          Represents an EPP command that is sent by an EPP Client and received by an EPP Server.
 class EPPCreateCmd
          The EPP <create> command is used to create an instance of an object.
 class EPPCredentials
          Represents the optional <creds> element in an EPP Command.
 class EPPDcp
          An Optional <dcp> (data collection policy) element that contains child elements used to describe the server's policy for data collection and management.Polcy elements should be discolsed to all entities directly and indirectly invloved in subsequent server interactions, Child elements include the following An access <access> element that describes the acccess provided by the server One or more statement <statement> elements that describe the data collection purpouses supported by the server.
 class EPPDeleteCmd
          The EPP <delete> command is used to remove an instance of an existing object.
 class EPPExtValue
          elements that can be used to provide additional error diagnostic information, including:

A <value> element that identifies a client-provided element (including XML tag and value) that caused a server error condition.
 class EPPGreeting
          Represents an EPP Greeting message, which an EPP server uses in response to a successful connection from an EPP client.
 class EPPHello
          Represents an EPP hello request that is sent by an EPP Client and received by an EPP Server.
 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 EPPMsgQueue
          EPPMsgQueue describes messages queued for client retrieval.
 class EPPPollCmd
          The EPP <poll> command is used to discover and retrieve client service messages from a server.
 class EPPProtocolExtension
          Represents an EPPProtocol extension that is sent by an EPP Client and received by an EPP Server.
 class EPPPurpose
          The <purpose> element MUST contain one or more of the following child elements that describe the purposes for which data is collected:
<admin/>: Administrative purposes.
 class EPPRecipient
          Identifies the Recipient DataCollectionPolicy supported by the server: <other> other entities follwoing unknown practices <ours> server operator and or servers operator agents <public> public forums <same> other entities following server practices <unrelated> unrelated third parties.
 class EPPRenewCmd
          The EPP <renew> command is used to extend the validity period of an existing object.
 class EPPResponse
          Represents an EPP response that is send by an EPP Server and received by an EPP Client.
 class EPPResult
          Represents an individual result that is contained in an EPPResponse.
 class EPPService
          Identifies an EPP Command Mapping service supported by the EPPCodec.
 class EPPServiceMenu
          Identifies the features supported by the server, including: One or more <version> elements that contain the protocol versions supported by the server.
 class EPPStatement
          Describe data collection purposes, data recipients, and data retention.
 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 EPPTransId
          Represents a <trID> element of a response, which uniquely identifies a transaction.
 class EPPUpdateCmd
          The EPP update command is used to change information associated with an existing object.
 class EPPValue
          Identifies a client-provided element (including XML tag and value) that caused a server error condition.
 

Fields in com.verisign.epp.codec.gen declared as EPPCodecComponent
protected  EPPCodecComponent EPPAuthInfo.ext
          Extension authorization information.
 

Methods in com.verisign.epp.codec.gen that return EPPCodecComponent
 EPPCodecComponent EPPFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          creates a concrete EPPCommand given a DOM Command Mapping Element.
abstract  EPPCodecComponent EPPExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
static EPPCodecComponent EPPUtil.decodeComp(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName, java.lang.Class aClass)
          Decode a EPPCodecComponent, by XML namespace and tag name, from an XML Element.
 EPPCodecComponent EPPAuthInfo.getExt()
          Gets the extension authorization.
 EPPCodecComponent EPPDuplicateExtensionException.getExtension()
          Get the duplicate extension Class found.
 EPPCodecComponent EPPResponse.getExtension(java.lang.Class aExtensionClass)
          Gets the extension object with the specified class.
 EPPCodecComponent EPPCommand.getExtension(java.lang.Class aExtensionClass)
          Gets the command extension object with the specified class.
 EPPCodecComponent EPPResponse.getExtension(java.lang.Class aExtensionClass, boolean aFailOnDuplicate)
          Gets the response extension object with the specified class with the option to fail when a duplicate extension is found.
 EPPCodecComponent EPPCommand.getExtension(java.lang.Class aExtensionClass, boolean aFailOnDuplicate)
          Gets the command extension object with the specified class with the option to fail when a duplicate extension is found.
 

Methods in com.verisign.epp.codec.gen with parameters of type EPPCodecComponent
 void EPPResponse.addExtension(EPPCodecComponent aExtension)
          Adds an extension object.
 void EPPCommand.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
static void EPPUtil.encodeComp(org.w3c.dom.Document aDocument, org.w3c.dom.Element aRoot, EPPCodecComponent aComp)
          Encode a EPPCodecComponent instance in XML.
 void EPPAuthInfo.setExt(EPPCodecComponent aExt)
          Sets the extension authorization information.
 void EPPResponse.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by EPPResponse.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPResponse.addExtension(EPPCodecComponent).
 void EPPCommand.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by EPPCommand.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPCommand.addExtension(EPPCodecComponent).
static java.lang.String EPPUtil.toString(EPPCodecComponent aComponent)
          Converts an EPPCodecComponent to a String for printing.
 

Constructors in com.verisign.epp.codec.gen with parameters of type EPPCodecComponent
EPPAuthInfo(EPPCodecComponent aExt)
          Constructor that takes just the authorization extension.
EPPAuthInfo(java.lang.String aRootNS, java.lang.String aRootName, EPPCodecComponent aExt)
          Constructor that takes a root elemeent and the authorization extension.
EPPDuplicateExtensionException(EPPCodecComponent aExtensionClass)
          Constructor for EPPComponentNotFoundException that takes an info string.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.host
 

Classes in com.verisign.epp.codec.host that implement EPPCodecComponent
 class EPPHostAddRemove
          Represents attributes to add, remove or change with a EPPHostUpdateCmd.
 class EPPHostAddress
          Represents a host address specified in an EPPHostCreateCmd or in an EPPHostAddRemove object of an EPPHostUpdateCmd.
 class EPPHostCheckCmd
          Represents an EPP Host <check> command, which is used to determine if a host name is known to the server.
 class EPPHostCheckResp
          Represents an EPP Host <host:chkData> response to a EPPHostCheckCmd.
 class EPPHostCheckResult
          EPPHostCheckResult represents the result of an individual host name check.
 class EPPHostCreateCmd
          Represents an EPP Host <create> command, which provides a transform operation that allows a client to create a host object.
 class EPPHostCreateResp
          Represents an EPP Host <host:resData> response to a EPPHostCreateCmd.
 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 EPPHostInfoResp
          Represents an EPP Host <host:infData> response to an EPPHostInfoCmd.
 class EPPHostPendActionMsg
          Poll message used to indicate the result of a pending action.
 class EPPHostStatus
          Represents a host Status.
 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.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.idnext
 

Classes in com.verisign.epp.codec.idnext that implement EPPCodecComponent
 class EPPIdnLangTag
          EPPCodecComponent that encodes and decodes a IDN Lang Tag.
 

Methods in com.verisign.epp.codec.idnext that return EPPCodecComponent
 EPPCodecComponent EPPIdnExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete Idn ext instance when decoding XML that contains a Idn Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.idnmap
 

Classes in com.verisign.epp.codec.idnmap that implement EPPCodecComponent
 class EPPIdnMap
          EPPIdnMap is used in the extension to the domain create command to define the IDN table and optionally the Unicode NFC of the domain name, and in the extension to the domain info response to return the same information about the domain name.
 

Methods in com.verisign.epp.codec.idnmap that return EPPCodecComponent
 EPPCodecComponent EPPIdnMapExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.idntable
 

Classes in com.verisign.epp.codec.idntable that implement EPPCodecComponent
 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 EPPIdnTableCheckDomain
          EPPIdnTableCheckDomain is used to represent the Internationalized Domain Name (IDN) information for a domain in a IDN table response to a <check> command.
 class 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.
 class EPPIdnTableCheckTable
          EPPIdnTableCheckTable is used to represent the Internationalized Domain Name (IDN) table identifier in a IDN table response to a <check< command.
 class EPPIdnTableDomainLabel
          EPPIdnTableDomainLabel is used to represent a domain name label used in the Domain Check Form and the Domain Info Form.
 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.
 class EPPIdnTableInfoDomain
          EPPIdnTableInfoDomain is used to represent the Internationalized Domain Name (IDN) information for a domain in a IDN table response to a <info> command.
 class EPPIdnTableInfoDomainTable
          EPPIdnTableInfoDomainTable is used to represent the Internationalized Domain Name (IDN) table information for a domain name in a Domain Info Form response.
 class EPPIdnTableInfoListItem
          EPPIdnTableInfoListItem is used to represent an IDN Table in a List Info Form response.
 class 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.
 class EPPIdnTableInfoTable
          EPPIdnTableInfoTable is used to represent the Internationalized Domain Name (IDN) table information for an IDN Table in a Table Info Form response.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.jobscontact
 

Classes in com.verisign.epp.codec.jobscontact that implement EPPCodecComponent
 class EPPJobsContactCreateCmd
          Extension to the contact create command
 class EPPJobsContactInfoResp
          Extension to the contact info response to return additional information.
 class EPPJobsContactUpdateCmd
          Extension to the contact update command
 

Methods in com.verisign.epp.codec.jobscontact that return EPPCodecComponent
 EPPCodecComponent EPPJobsContactExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete JobsContact ext instance when decoding XML that contains a JobsContact Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.launch
 

Classes in com.verisign.epp.codec.launch that implement EPPCodecComponent
 class EPPLaunchCheck
          Extension to the domain check command to implement the check in three different forms, which include Claims Check Form, Availability Check Form, or Trademark Check Form.
 class EPPLaunchCheckResult
          The EPPLaunchCheckResult represents the claims check result for an individual domain name.
 class EPPLaunchChkData
          The extension to a response to a claims check command.
 class EPPLaunchClaimKey
          The EPPLaunchClaimKey a claim key that MAY be passed to a third-party trademark validator such as the Trademark Clearinghouse (TMCH) for querying the information needed to generate a Trademark Claims Notice.
 class EPPLaunchCodeMark
          Class for an address within an EPPMarkContact.
 class EPPLaunchCreate
          Extension to the domain create command to create a launch phase application.
 class EPPLaunchCreData
          Extension to the domain create response for launch applications that returns the unique application identifier for the launch application.
 class EPPLaunchDelete
          Extension to the domain delete command to delete a launch phase application.
 class EPPLaunchInfData
          Extension to the domain info response to return the launch phase application or registration information.
 class EPPLaunchInfo
          Extension to the domain info command to retrieve information for a launch phase registration or application.
 class EPPLaunchNotice
          Class to hold the launch notice information including the notice identifier, the expiration (not after) date and time, and the date and time the claims notice was accepted.
 class EPPLaunchPhase
           
 class EPPLaunchStatus
          Launch application status constants that are returned by EPPLaunchInfData.getStatus() or set with EPPLaunchInfData.setStatus(EPPLaunchStatus).
 class EPPLaunchUpdate
          Extension to the domain update command to update a launch phase application.
 

Methods in com.verisign.epp.codec.launch that return EPPCodecComponent
 EPPCodecComponent EPPLaunchExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the appropriate EPPLaunchExt object based on the passed DOM element.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.lowbalancepoll
 

Classes in com.verisign.epp.codec.lowbalancepoll that implement EPPCodecComponent
 class EPPLowBalancePollResponse
          A concrete EPPResponse that knows how to encode/decode LowBalance Poll responses from/to XML and object instance.
 class EPPLowBalancePollThreshold
          The EPPLowBalancePollThreshold is the EPPCodecComponent that knows how to encode and decode Credit Threshold Type elements from/to XML and object instance.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.mark
 

Classes in com.verisign.epp.codec.mark that implement EPPCodecComponent
 class EPPCourt
          Class for a Court that can be included in the list of courts contained in the EPPMark.
 class EPPMark
          Class for a Mark that can contain a list of trademarks, treaty or statutes, and courts.
 class EPPMarkAddress
          Class for an address within an EPPMarkContact.
 class EPPMarkContact
          Class for a Trademark, Mark for short, contact.
 class EPPProtection
          Class that contains the countries and region of the country where the mark is protected and the OPTIONAL ruling, in case of statute protected marks, to identify the country where the statute was enacted.
 class EPPTrademark
          Class for a Trademark that can be included in the list of trademarks contained in the EPPMark.
 class EPPTreatyOrStatute
          Class for a Treaty or Statute that can be included in the list of treaty or statutes contained in the EPPMark.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.namestoreext
 

Classes in com.verisign.epp.codec.namestoreext that implement EPPCodecComponent
 class EPPNamestoreExtNamestoreExt
          Namestore <namestoreExt> extension, which allows for a client to provide a target sub-product identifier to specify the locus of operation for the accompanying command.
 class EPPNamestoreExtNSExtErrData
          Namestore <nsExtErrData> extension element to an error EPP Response.
 

Methods in com.verisign.epp.codec.namestoreext that return EPPCodecComponent
 EPPCodecComponent EPPNamestoreExtExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.nameWatch
 

Classes in com.verisign.epp.codec.nameWatch that implement EPPCodecComponent
 class EPPNameWatchAddRemove
          Represents attributes to change with a EPPNameWatchUpdateCmd.
 class EPPNameWatchCreateCmd
          Represents an EPP NameWatch <create> command, which provides a transform operation that allows a client to create a nameWatch object.
 class EPPNameWatchCreateResp
          Represents an EPP NameWatch <nameWatch:creData> response to a EPPNameWatchCreateCmd.
 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 EPPNameWatchInfoResp
          Represents an EPP NameWatch <nameWatch:infData> response to an EPPNameWatchInfoCmd.
 class EPPNameWatchPeriod
          Represents a nameWatch Period.
 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 EPPNameWatchRenewResp
          Represents an EPP NameWatch <nameWatch:renData> response to a EPPNameWatchRenewCmd.
 class EPPNameWatchRptTo
          Specifies the e-mail address to send the NameWatch reports and the frequency of the reports.
 class EPPNameWatchStatus
          Represents a nameWatch Status.
 class EPPNameWatchTransferCmd
          Represents an EPP NameWatch <transfer> command.
 class EPPNameWatchTransferResp
          Represents an EPP NameWatch <nameWatch:transfer-data> response to an EPPNameWatchTransferCmd.
 class EPPNameWatchUpdateCmd
          Represents an EPP NameWatch <update> command.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.nv
 

Subinterfaces of EPPCodecComponent in com.verisign.epp.codec.nv
 interface EPPNameVerificationCreateResult
          Interface implemented by the various concrete create results, including success, pending, and failed.
 interface EPPNameVerificationInfoResult
          Interface implemented by the various concrete info results, including signed code and input.
 

Classes in com.verisign.epp.codec.nv that implement EPPCodecComponent
 class EPPDomainNameVerification
          Represents a Domain Name Verification (DNV) used in EPPNameVerificationCreateCmd and the EPPNameVerificationInfoResp.
 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 EPPNameVerificationCheckResp
          Provides the response to a EPPNameVerificationCheckCmd that indicates whether or not the labels can be used to create a Domain Name Verification (DNV) object.
 class EPPNameVerificationCheckResult
          EPPNameVerificationCheckResult represents the result of an individual Name Verification label check.
 class EPPNameVerificationCreateCmd
          Create command to implement the domain name verification and to generate a domain verification code that is contained in the response.
 class EPPNameVerificationCreateFailed
          Create response for a successful domain name verification, which results in the return of a digitally signed domain verification code.
 class EPPNameVerificationCreatePending
          Create response for a successful domain name verification, which results in the return of a digitally signed domain verification code.
 class EPPNameVerificationCreateResp
          Create response for a successful domain name verification, which results in the return of a digitally signed domain verification code.
 class EPPNameVerificationCreateSuccess
          Create response for a successful domain name verification, which results in the return of a digitally signed domain verification code.
 class EPPNameVerificationDocument
          EPPNameVerificationDocument represents an individual verification document that includes a type and the "base64" content.
 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 EPPNameVerificationInfoInputResult
          Info result for a command for the input, where the EPPNameVerificationInfoCmd type is set to EPPNameVerificationInfoCmd.Type.INPUT.
 class EPPNameVerificationInfoResp
          Info response to an info command that contains either a signed code or input result, based on the value of the EPPNameVerificationInfoCmd type attribute.
 class EPPNameVerificationInfoSignedCodeResult
          Info result for a command for the signed code, where the EPPNameVerificationInfoCmd type is set to EPPNameVerificationInfoCmd.Type.SIGNED_CODE.
 class EPPNameVerificationPendActionMsg
          Poll message used to indicate the result of a pending action.
 class EPPNameVerificationUpdateCmd
          Update command used to change the authorization information for a Name Verificaiton (NV) object.
 class EPPRealNameVerification
          Represents a Real Name Verification (RNV) used in EPPNameVerificationCreateCmd and the EPPNameVerificationInfoResp.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.persreg
 

Classes in com.verisign.epp.codec.persreg that implement EPPCodecComponent
 class EPPPersRegCreate
          Personal Registration <create> extension, which allows for a client to provide a consent identifier to override a Defensive Registration.
 class EPPPersRegCreateData
          Personal Registration <creData> extension element to a EPP Create Response.
 class EPPPersRegCreateErrData
          Personal Registration <creErrData> extension element to an error EPP Create Response.
 class EPPPersRegGenData
          Personal Registration <genDataType> complexType, which is reused by:

<creData> - EPPPersRegCreateData <renData> - EPPPersRegRenewData <trnData> - EPPPersRegTransferData

 class EPPPersRegInfoData
          Personal Registration <infData> extension, which allows for the server to provide a consent identifier.
 class EPPPersRegRenewData
          Personal Registration <renData> extension element to a EPP Renew Response.
 class EPPPersRegTransferData
          Personal Registration <trnData> extension element to a EPP Transfer Response.
 

Methods in com.verisign.epp.codec.persreg that return EPPCodecComponent
 EPPCodecComponent EPPPersRegExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.premiumdomain
 

Classes in com.verisign.epp.codec.premiumdomain that implement EPPCodecComponent
 class EPPPremiumDomainCheck
          EPPCodecComponent that encodes and decodes a Premium Domain check extension.
 class EPPPremiumDomainCheckResp
          Represents an EPP Domain <premiumdomain:chkData> extension response to a EPPDomainCheckCmd.
 class EPPPremiumDomainCheckResult
          EPPPremiumDomainCheckResult represents the result of an individual premium domain name check.
 class EPPPremiumDomainReAssignCmd
          EPPCodecComponent that encodes and decodes a Premium Domain reassign extension.
 

Methods in com.verisign.epp.codec.premiumdomain that return EPPCodecComponent
 EPPCodecComponent EPPPremiumDomainExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete Premium Domain extension instance when decoding XML that contains a Premium Domain Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.registry
 

Classes in com.verisign.epp.codec.registry that implement EPPCodecComponent
 class EPPRegistryCheckCmd
          Represents an EPP Registry <check> command, which is used to determine if a zone name is known to the server.
 class EPPRegistryCheckResp
          Represents an EPP Registry <registry:chkData> response to a EPPRegistryCheckCmd.
 class EPPRegistryCheckResult
          DOCUMENT ME!
 class EPPRegistryContact
          Represents the optional contact object policy information per RFC 5733.
 class EPPRegistryContactAddress
          Represents the address information policy information.
 class EPPRegistryContactCity
          DOCUMENT ME!
 class EPPRegistryContactName
          Represents the minimum and maximum length of <contact:name> element defined RFC 5733 using the <registry:minLength> and <registry:maxLength> child elements, respectively.
 class EPPRegistryContactOrg
          <registry:org> - The minimum and maximum length of the <contact:org> element defined in RFC 5733 using the <registry:minLength> and <registry:maxLength> child elements, respectively.
 class EPPRegistryContactPostalCode
          DOCUMENT ME!
 class EPPRegistryContactStateProvince
          DOCUMENT ME!
 class EPPRegistryContactStreet
          DOCUMENT ME!
 class EPPRegistryCreateCmd
          Represents an EPP Registry <create> command, which provides a transform operation that allows a client to create a registry object.
 class EPPRegistryCreateResp
          Represents an EPP Registry <registry:creData> response to a EPPRegistryCreateCmd.
 class EPPRegistryCustomData
          Represents custom data using key/value pairs.
 class EPPRegistryDefaultPeriodType
           
 class EPPRegistryDeleteCmd
          Represents an EPP Registry <delete> command that allows a client to delete a registry object.
 class EPPRegistryDNSSEC
          Defines the DNS Security Extensions (DNSSEC) policies for the server.
 class EPPRegistryDomain
          Represents the domain name object policy information per RFC 5731.
 class EPPRegistryDomainContact
          Defines the miniumum and maximum numbers of contacts by contact type.
 class EPPRegistryDomainHostLimit
          DOCUMENT ME!
 class EPPRegistryDomainName
          This class is encoded to the <registry:domainName> element inside the <registry:domain> element.
 class EPPRegistryDomainNSLimit
          DOCUMENT ME!
 class EPPRegistryDomainPeriod
          Defines the supported registration periods and default periods by command type.
 class EPPRegistryDS
          Defines the DS Data Interface, as defined in RFC 5910, policies.
 class EPPRegistryExternalHost
          Defines the policies for external hosts.
 class EPPRegistryFields
          Class that defines the management of related fields.
 class EPPRegistryGracePeriod
          Defines the grace periods by operation type.
 class EPPRegistryHost
          Represents the host object policy information per RFC 5732.
 class EPPRegistryIDN
          Represents the Internationalized Domain Name (IDN) policy information.
 class EPPRegistryInfoCmd
          Represents an EPP Registry <info> command that is used to retrieve information associated with a registry.
 class EPPRegistryInfoResp
          Represents an EPP Registry <registry:infData> response to an EPPRegistryInfoCmd.
 class EPPRegistryInternalHost
          Defines the minimum and maximum number of IP addresses supported for an internal host.
 class EPPRegistryKey
          Defines the Key Data Interface, as defined in RFC 5910, policies.
 class EPPRegistryKeyValue
          Defines one key, value pair used in EPPRegistryCustomData.
 class EPPRegistryLanguageType
           
 class EPPRegistryMaxPeriodType
           
 class EPPRegistryMaxSig
           
 class EPPRegistryMinMax
           
 class EPPRegistryMinMaxLength
           
 class EPPRegistryMinMaxPeriod
           
 class EPPRegistryMinPeriodType
           
 class EPPRegistryPendingDeletePeriodType
          Defines the length of time that the domain object will remain in the pendingDelete status prior to be purged.
 class EPPRegistryPendingRestorePeriodType
          Defines the length of time that the domain object will remain in the pendingRestore status unless the restore report command is received..
 class EPPRegistryPeriodType
           
 class EPPRegistryPhase
           
 class EPPRegistryPostal
          Represents the postal-address information policy information.
 class EPPRegistryRedemptionPeriodType
          Defines the length of time that a domain object will remain in the redemptionPeriod status unless the restore request command is received.
 class EPPRegistryRegex
          EPPRegistryRegex represents a general regular expression that includes both the expression and an optional explanation.
 class EPPRegistryRelated
          Class to hold the related zone information that include the list of related zone members and an optional definition of the fields that are shared or that are required to be synchronized.
 class EPPRegistryReservedNames
           
 class EPPRegistryRGP
          Defined the Registry Grace Period (RGP) status periods.
 class EPPRegistryServices
           
static class EPPRegistryServices.EPPRegistryObjURI
           
static class EPPRegistryServices.EPPRegistryURI
           
 class EPPRegistryServicesExt
           
static class EPPRegistryServicesExt.EPPRegistryExtURI
           
 class EPPRegistrySLA
           
 class EPPRegistrySLAInfo
           
 class EPPRegistrySupportedStatus
          This class holds a List of supported status used in EPPRegistryDomain, EPPRegistryHost and EPPRegistryContact, as per RFC 5731, 5732 and 5733, respectively.
 class EPPRegistryTransferHoldPeriodType
          Represents the period of time a domain object is in the pending transfer before the transfer is auto approved by the server.
 class EPPRegistryUpdateCmd
          Represents an EPP Registry <update> command.
 class EPPRegistryUpdateResp
           
 class EPPRegistryZone
          Represents the summary info of a zone object.
 class EPPRegistryZoneInfo
          Represents the detailed information of a zone object.
 class EPPRegistryZoneList
          Represents a list of zone summary info.
 class EPPRegistryZoneMember
          Class that represents a related zone member that includes a type and zone name attribute.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.relateddomainext
 

Classes in com.verisign.epp.codec.relateddomainext that implement EPPCodecComponent
 class EPPRelatedDomainExtAuthInfo
          Represents authorization information which is a shared structure been used by other mapping such as domain and contact mappings.
 class EPPRelatedDomainExtAvailable
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - available tag Description: The EPPRelatedDomainExtAvailable object represents the collection of domains that are available for registration in a family of related domains.
 class EPPRelatedDomainExtCreate
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Create command.
 class EPPRelatedDomainExtCreateResp
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Create response.
 class EPPRelatedDomainExtDelete
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Delete command.
 class EPPRelatedDomainExtDeleteResp
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Delete response.
 class EPPRelatedDomainExtDomain
          EPPCodecComponent that encodes and decodes a tag sent in a command.
 class EPPRelatedDomainExtDomainData
          EPPCodecComponent that encodes and decodes a tag sent in a response.
 class EPPRelatedDomainExtField
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - field tag Description: The EPPRelatedDomainExtField has two attributes.
 class EPPRelatedDomainExtFields
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - fields tag Description: The EPPRelatedDomainExtFields object represents the collection of fields that must be synchronized across all the related domains in the family. related domains.
 class EPPRelatedDomainExtGroup
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - group tag Description: The EPPRelatedDomainExtGroup object represents the collection of domains that are available for registration in a family of related domains.
 class EPPRelatedDomainExtInfData
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - infData tag Description: The EPPRelatedDomainExtInfData object represents the collection of domains in a family of related domains.
 class EPPRelatedDomainExtInfo
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - info tag Description: The EPPRelatedDomainExtInfo object indicates to the server to include the related domain information in the response.
 class EPPRelatedDomainExtName
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - name tag Description: The EPPRelatedDomainExtName object represents the domain name.
 class EPPRelatedDomainExtPeriod
          Represents a domain Period.
 class EPPRelatedDomainExtRegistered
          EPPCodecComponent that encodes and decodes a tag Title: EPP 1.0 Related Domain - registered tag Description: The EPPRelatedDomainExtRegistered object represents the collection of domains that are registered in a family of related domains.
 class EPPRelatedDomainExtRenew
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Renew command.
 class EPPRelatedDomainExtRenewResp
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Renew response.
 class EPPRelatedDomainExtTransfer
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Transfer command.
 class EPPRelatedDomainExtTransferResp
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Transfer response.
 class EPPRelatedDomainExtUpdate
          EPPCodecComponent that encodes and decodes a tag associated with a Domain-Update command.
 

Fields in com.verisign.epp.codec.relateddomainext declared as EPPCodecComponent
protected  EPPCodecComponent EPPRelatedDomainExtAuthInfo.ext
          Extension authorization information.
 

Methods in com.verisign.epp.codec.relateddomainext that return EPPCodecComponent
 EPPCodecComponent EPPRelatedDomainExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete Related Domain ext instance when decoding XML that contains a Related Domain Extension.
 EPPCodecComponent EPPRelatedDomainExtAuthInfo.getExt()
          Gets the extension authorization.
 

Methods in com.verisign.epp.codec.relateddomainext with parameters of type EPPCodecComponent
 void EPPRelatedDomainExtAuthInfo.setExt(EPPCodecComponent aExt)
          Sets the extension authorization information.
 

Constructors in com.verisign.epp.codec.relateddomainext with parameters of type EPPCodecComponent
EPPRelatedDomainExtAuthInfo(EPPCodecComponent aExt)
          Constructor that takes just the authorization extension.
EPPRelatedDomainExtAuthInfo(java.lang.String aRootNS, java.lang.String aRootName, EPPCodecComponent aExt)
          Constructor that takes a root elemeent and the authorization extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.reseller
 

Classes in com.verisign.epp.codec.reseller that implement EPPCodecComponent
 class EPPResellerAddress
          Represents a reseller address.
 class EPPResellerCheckCmd
          Represents a reseller <check> command that enables checking on the availability of a set of client-specified but server-unique reseller identifiers.
 class EPPResellerCheckResp
          Represents a reseller <check> response that returns the availability of a set of client-specified but server-unique reseller identifiers.
 class EPPResellerCheckResult
          EPPResellerCheckResult is used to represent the for the check of an individual reseller.
 class EPPResellerContact
          Represents a reseller contact.
 class EPPResellerCreateCmd
          Command used to create a reseller object.
 class EPPResellerCreateResp
          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.
 class EPPResellerDeleteCmd
          Command used to delete a reseller object.
 class EPPResellerDisclose
          Represents a reseller disclose definition.
 class EPPResellerInfoCmd
          Command used to retrieve information associated with a reseller object.
 class EPPResellerInfoResp
          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.
 class EPPResellerPostalDefinition
          Represents a reseller postal address definition.
 class EPPResellerUpdateCmd
          Command used to update a reseller object.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.resellerext
 

Classes in com.verisign.epp.codec.resellerext that implement EPPCodecComponent
 class EPPResellerExtCreate
          EPPResellerExtCreate is used in the extension to the create command to define the reseller identifier for the object.
 class EPPResellerExtInfData
          Reseller Extension to the info response to return the reseller identifier and optionally the reseller name.
 class EPPResellerExtUpdate
          EPPResellerExtUpdate is used in the extension to the update command to manage the reseller identifier for the object.
 

Methods in com.verisign.epp.codec.resellerext that return EPPCodecComponent
 EPPCodecComponent EPPResellerExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.rgpext
 

Classes in com.verisign.epp.codec.rgpext that implement EPPCodecComponent
 class EPPRgpExtInfData
          The EPPRgpExtInfData is the EPPCodecComponent that knows how to encode and decode RGP infData elements from/to XML and object instance.
 class EPPRgpExtReport
          The EPPRgpExtReport is the EPPCodecComponent that knows how to encode and decode RGP report elements from/to XML and object instance.
 class EPPRgpExtReportText
          The EPPRgpExtReportText is the EPPCodecComponent that knows how to encode and decode RGP report text elements from/to XML and object instance.
 class EPPRgpExtRestore
          The EPPRgpExtRestore is the EPPCodecComponent that knows how to encode and decode RGP restore elements from/to XML and object instance.
 class EPPRgpExtStatus
          The EPPRgpExtStatus is the EPPCodecComponent that knows how to encode and decode RGP status elements from/to XML and object instance.
 class EPPRgpExtUpData
          The EPPRgpExtUpData is the EPPCodecComponent that knows how to encode and decode RGP upData elements from/to XML and object instance.
 class EPPRgpExtUpdate
          The EPPRgpExtUpdate is the EPPCodecComponent that knows how to encode and decode RGP update elements from/to XML and object instance.
 

Methods in com.verisign.epp.codec.rgpext that return EPPCodecComponent
 EPPCodecComponent EPPRgpExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete RGPExt instance when decoding XML that contains an RGP Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.rgppoll
 

Classes in com.verisign.epp.codec.rgppoll that implement EPPCodecComponent
 class EPPRgpPollResponse
          A concrete EPPResponse that knows how to encode/decode RGP Poll responses from/to XML and object instance.
 class EPPRgpPollStatus
          The EPPRgpPollStatus is the EPPCodecComponent that knows how to encode and decode RGP Poll status elements from/to XML and object instance.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.secdnsext.v10
 

Classes in com.verisign.epp.codec.secdnsext.v10 that implement EPPCodecComponent
 class EPPSecDNSExtCreate
          The EPPSecDNSExtCreate is the EPPCodecComponent that knows how to encode and decode secDNS create elements from/to XML and object instance.
 class EPPSecDNSExtDsData
          The EPPSecDNSExtDsData is the EPPCodecComponent that knows how to encode and decode secDNS dsData elements from/to XML and object instance.
 class EPPSecDNSExtInfData
          The EPPSecDNSExtInfData is the EPPCodecComponent that knows how to encode and decode secDNS infData elements from/to XML and object instance.
 class EPPSecDNSExtKeyData
          The EPPSecDNSExtKeyData is the EPPCodecComponent that knows how to encode and decode secDNS keyData elements from/to XML and object instance.
 class EPPSecDNSExtUpdate
          The EPPSecDNSExtUpdate is the EPPCodecComponent that knows how to encode and decode secDNS update elements from/to XML and object instance.
 

Methods in com.verisign.epp.codec.secdnsext.v10 that return EPPCodecComponent
 EPPCodecComponent EPPSecDNSExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete SecDNSExt instance when decoding XML that contains a secDNS Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.secdnsext.v11
 

Methods in com.verisign.epp.codec.secdnsext.v11 that return EPPCodecComponent
 EPPCodecComponent EPPSecDNSExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete SecDNSExt instance when decoding XML that contains a secDNS Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.signedMark
 

Classes in com.verisign.epp.codec.signedMark that implement EPPCodecComponent
 class EPPEncodedSignedMark
          Class for the encoded signed mark, which contains the mark (EPPMark), and additional elements associated with the signing of the mark like the serial number of the signed mark, the expiration of the signed mark, and the XMLSignature itself.
 class EPPIssuer
          Class for an address within an EPPMarkContact.
 class EPPSignedMark
          Class for the signed mark, which contains the mark (EPPMark), and additional elements associated with the signing of the mark like the serial number of the signed mark, the expiration of the signed mark, and the XMLSignature itself.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.suggestion
 

Classes in com.verisign.epp.codec.suggestion that implement EPPCodecComponent
 class EPPSuggestionAction
          Encapsulates a server action to be taken by the Name Suggestions application.
 class EPPSuggestionAddress
          Represents a client address specified in an EPPSuggestionCoordinates object of an EPPSuggestionGeo.
 class EPPSuggestionAnswer
          This component represents a Suggestion answer.
 class EPPSuggestionCell
          A Cell is an element within a Record, which in turn is an element within the Grid response.
 class EPPSuggestionCoordinates
          A Coordinates with latitude and longitude as Double.
 class EPPSuggestionFilter
          A Filter encapsulates all of the configurable aspects of a Suggestion request.
 class EPPSuggestionGeo
          The Geo encapsulates all of the configurable aspects of a geolocation data for suggestion request.
 class EPPSuggestionGrid
          The Grid response associates domain labels with tlds.
 class EPPSuggestionInfoCmd
          Represents an EPP Suggestion <info> command that is used to retrieve domain name suggestions.
 class EPPSuggestionInfoResp
          An EPPSuggestionInfoResp provides an answer to an EPPSuggestionInfoCmd and includes the following attributes:

key - Required suggestion key that matches the EPPSuggestionInfoCmd key answer - Optional answer in either grid or table view tokens - Optional suggestion tokens
 class EPPSuggestionRecord
          A Record associates a domain label with Cell objects to be returned in a Grid.
 class EPPSuggestionRelated
          The Related element describes a word related to the encapsulating token.
 class EPPSuggestionRow
          A Row associates a Fully Qualified Domain Name with a score and status.
 class EPPSuggestionTable
          A Table is a type of response that associates domain names with scores.
 class EPPSuggestionTld
          A Tld object encapsulates a Top Level Domain.
 class EPPSuggestionToken
          A Token describes a part of the <suggestion:key> element which has been seperated by the Suggestions server.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.syncext
 

Classes in com.verisign.epp.codec.syncext that implement EPPCodecComponent
 class EPPSyncExtUpdate
          EPPCodecComponent that encodes and decodes a sync update.
 

Methods in com.verisign.epp.codec.syncext that return EPPCodecComponent
 EPPCodecComponent EPPSyncExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete Sync ext instance when decoding XML that contains a Sync Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.verificationcode
 

Classes in com.verisign.epp.codec.verificationcode that implement EPPCodecComponent
 class EPPEncodedSignedCode
          Class for the encoded signed code, which contains the code and the XMLSignature itself.
 class EPPEncodedSignedCodeValue
          Class for the encoded signed code, which contains the code and the XMLSignature itself.
 class EPPSignedCode
          Class for the signed code, which contains the verification code and the XMLSignature.
 class EPPVerificationCode
          Class for representing the various forms of the verification code, which include:
Verification code signed and passed along with transform commands.
 class EPPVerificationCodeInfData
          Extension to the info response to return the verification information.
 class EPPVerificationCodeInfo
          Extension to the info command to retrieve the verification information for the verification profile assigned to the client or using the verification profile explicitly specified.
 class EPPVerificationCodeProfile
          Information associated with compliance with a verification code profile.
 

Methods in com.verisign.epp.codec.verificationcode that return EPPCodecComponent
 EPPCodecComponent EPPVerificationCodeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates a concrete EPPCodecComponent from an XML element that represents an EPP extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.whois
 

Classes in com.verisign.epp.codec.whois that implement EPPCodecComponent
 class EPPWhoisInf
          Extension to the domain info command to specify whether or not the whois info response data defined in EPPWhoisInfData is desired.
 class EPPWhoisInfData
          Extension to the domain info response to return additional information that is found in whois.
 

Methods in com.verisign.epp.codec.whois that return EPPCodecComponent
 EPPCodecComponent EPPWhoisExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
          Creates the concrete Whois ext instance when decoding XML that contains a Whois Extension.
 

Uses of EPPCodecComponent in com.verisign.epp.codec.whowas
 

Classes in com.verisign.epp.codec.whowas that implement EPPCodecComponent
 class EPPWhoWasHistory
          Represents the <whowas:history> element returned as child element of <whowas:infData> element in the EPP WhoWas Response.
 class EPPWhoWasInfoCmd
          Represents an EPP WhoWas <info> command that is used to retrieve history information based on the supplied entity identifier or entity name.
 class EPPWhoWasInfoResp
          Represents an EPP WhoWas <whowas:infData> response EPPWhoWasInfoCmd.
 class EPPWhoWasRecord
          Represents a single history record for the given entity name or identifier.
 

Uses of EPPCodecComponent in com.verisign.epp.interfaces
 

Methods in com.verisign.epp.interfaces that return types with arguments of type EPPCodecComponent
 java.util.Vector<EPPCodecComponent> EPPSuggestion.getExtensions()
          Gets the command extensions.
 

Methods in com.verisign.epp.interfaces with parameters of type EPPCodecComponent
 void EPPWhoWas.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPSuggestion.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPReseller.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPNameWatch.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPNameVerification.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPLaunch.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPIdnTable.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPHost.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPEmailFwd.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPDomain.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPDefReg.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPContact.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPBalance.addExtension(EPPCodecComponent aExtension)
          Adds a command extension object.
 void EPPNameWatch.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by addExtension(EPPCodecComponent). This method will add the extension as is done in addExtension(EPPCodecComponet).
 void EPPHost.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by EPPHost.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPHost.addExtension(EPPCodecComponent).
 void EPPEmailFwd.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by addExtension(EPPCodecComponent). This method will add the extension as is done in addExtension(EPPCodecComponet).
 void EPPDomain.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by EPPDomain.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPDomain.addExtension(EPPCodecComponent).
 void EPPDefReg.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by EPPDefReg.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPDefReg.addExtension(EPPCodecComponent).
 void EPPContact.setExtension(EPPCodecComponent aExtension)
          Deprecated. Replaced by EPPContact.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPContact.addExtension(EPPCodecComponent).
 

Method parameters in com.verisign.epp.interfaces with type arguments of type EPPCodecComponent
 void EPPSuggestion.setExtensions(java.util.Vector<EPPCodecComponent> aExtensions)
           
 



Copyright © VeriSign Inc. All Rights Reserved.