Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPAllocationTokenExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPAllocationTokenExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPBalanceMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Overridden but does nothing in the context of LowBalance Poll.
|
EPPResponse |
EPPBalanceMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPChangePollExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPChangePollExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPCoaExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete Client Object Attribute ext instance when decoding XML
that contains a Coa Extension.
|
EPPProtocolExtension |
EPPCoaExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of Client Object
Attribute.
|
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. |
EPPResponse |
EPPContactMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML Element
tree. |
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. |
EPPResponse |
EPPDefRegMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
void |
EPPDefRegPeriod.setPeriod(int newPeriod)
Set defReg period.
|
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. |
EPPResponse |
EPPDomainMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
void |
EPPDomainPeriod.setPeriod(int newPeriod)
Set domain period.
|
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. |
EPPResponse |
EPPEmailFwdMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
void |
EPPEmailFwdPeriod.setPeriod(int newPeriod)
Set emailFwd period.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPFeeExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
void |
EPPFeePeriod.setPeriod(int aPeriod)
Set the period.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPFeeExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
void |
EPPFeePeriod.setPeriod(int aPeriod)
Set the period.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPFeeExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
void |
EPPFeePeriod.setPeriod(int aPeriod)
Set the period.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPFeeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPFeeExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
void |
EPPFeePeriod.setPeriod(int aPeriod)
Set the period.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPComponentNotFoundException
Exception used to identify when a component can not be found
in one of the factories during a decode operation.
|
class |
EPPDecodeException
Represents an exception while decoding an XML Element tree into a concrete
EPPCodecComponent . |
class |
EPPDuplicateExtensionException
Exception used to identify that a duplicate extension was found
in the list of extensions.
|
class |
EPPEncodeException
Represents an exception while encoding an XML Element tree from a concrete
EPPCodecComponent . |
Modifier and Type | Field and Description |
---|---|
static EPPCodecException |
EPPCodecException.MISSINGPARAMETER
The typesafe constant MISSINGPARAMETER defines the instance of
EPPCodecException that should be thrown for missing input parameters.
|
static EPPCodecException |
EPPCodecException.SAX_EXCEPTION
The typesafe constant SAX_EXCEPTION defines the instance of
EPPCodecException that should be thrown for SAX XML parse exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFactory.addExtFactory(java.lang.String aExtFactory)
Add a concrete
EPPExtFactory if it does not already exist in
EPPFactory . |
void |
EPPFactory.addMapFactory(java.lang.String aMapFactory)
Add a concrete
EPPMapFactory if it does not already exist in
EPPFactory . |
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. |
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. |
EPPProtocolExtension |
EPPFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
creates a concrete
EPPProtocolExtension given a DOM protocol
extension Element. |
abstract EPPProtocolExtension |
EPPExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
EPPResponse |
EPPTestGenMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML Element
tree. |
abstract EPPResponse |
EPPMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Abstract method that creates a concrete
EPPResponse from an
XML element. |
EPPResponse |
EPPFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse given a DOM Command Mapping
Element. |
void |
EPPFactory.init(java.util.Vector someFactories)
Initialize the Singleton EPP instance with the list of available concrete
EPPMapFactory's.
|
void |
EPPCodec.init(java.util.Vector someFactories)
Initialize the Singleton instance.
|
void |
EPPFactory.init(java.util.Vector someFactories,
java.util.Vector someExtFactories)
Initialize the Singleton EPP instance with the list of available concrete
EPPMapFactory 's and concrete EPPExtFactory 's. |
void |
EPPCodec.init(java.util.Vector someFactories,
java.util.Vector extensionFactories)
Initialize the Singleton instance.
|
Constructor and Description |
---|
EPPCodecException(java.lang.String aInfo,
EPPCodecException ex)
Constructs a new
EPPCodecException instance |
EPPComponentNotFoundException(short aKind,
EPPCodecException aExcep)
Copy Constructor for EPPComponentNotFoundException that takes the base
EPPCodecException.
|
EPPComponentNotFoundException(short aKind,
java.lang.String aInfo,
EPPCodecException aExcep)
Constructor for EPPComponentNotFoundException that takes an info string and the
base EPPCodecException.
|
EPPDecodeException(EPPCodecException excep)
Copy Constructor for EPPDecodeException that takes the base
EPPCodecException.
|
EPPDecodeException(java.lang.String info,
EPPCodecException excep)
Constructor for EPPDecodeException that takes an info string and the
base EPPCodecException.
|
EPPEncodeException(EPPCodecException excep)
Copy Constructor for EPPEncodeException that takes the base
EPPCodecException.
|
EPPEncodeException(java.lang.String info,
EPPCodecException excep)
Constructor for EPPDecodeException that takes an info string and the
base EPPCodecException.
|
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. |
EPPResponse |
EPPHostMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPIdnExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete Idn ext instance when decoding XML that contains
a Idn Extension.
|
EPPProtocolExtension |
EPPIdnExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of IDN.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPIdnMapExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPIdnMapExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
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. |
EPPResponse |
EPPIdnTableMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPJobsContactExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete JobsContact ext instance when decoding XML that contains
a JobsContact Extension.
|
EPPProtocolExtension |
EPPJobsContactExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Create protocol extension if applicable.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLaunchExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the appropriate EPPLaunchExt object based on the passed DOM
element.
|
EPPProtocolExtension |
EPPLaunchExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of EPPLaunchExtFactory.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLaunchPolicyExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPLaunchPolicyExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
void |
EPPLaunchPolicyPhase.validateState()
Validate the state of the
EPPLaunchPolicyPhase instance. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLoginSecExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPLoginSecExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLoginSecExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPLoginSecExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLoginSecExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPLoginSecExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLoginSecExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPLoginSecExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLoginSecPolicyExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPLoginSecPolicyExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element that
represents an EPP protocol extension. |
void |
EPPLoginSecPolicyEvent.validateState()
Validate the state of the
EPPLoginSecPolicyEvent instance. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLoginSecPolicyExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPLoginSecPolicyExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element that
represents an EPP protocol extension. |
void |
EPPLoginSecPolicyEvent.validateState()
Validate the state of the
EPPLoginSecPolicyEvent instance. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLoginSecPolicyExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPLoginSecPolicyExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element that
represents an EPP protocol extension. |
void |
EPPLoginSecPolicyEvent.validateState()
Validate the state of the
EPPLoginSecPolicyEvent instance. |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPLowBalancePollMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Overridden but does nothing in the context of LowBalance Poll.
|
EPPResponse |
EPPLowBalancePollMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPNamestoreExtExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPNamestoreExtExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
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. |
EPPResponse |
EPPNameWatchMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
void |
EPPNameWatchPeriod.setPeriod(int newPeriod)
Set nameWatch period.
|
void |
EPPNameWatchRptTo.setRptTo(java.lang.String newRptTo)
Sets the namewatch e-mail address to report to.
|
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. |
EPPResponse |
EPPNameVerificationMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
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. |
EPPResponse |
EPPOrgMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML Element
tree. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPOrgExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element that
represents an EPP extension. |
EPPProtocolExtension |
EPPOrgExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPPersRegExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPPersRegExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML
element that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPPremiumDomainExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete Premium Domain extension instance when decoding XML
that contains a Premium Domain Extension.
|
EPPProtocolExtension |
EPPPremiumDomainExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of Premium domain.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPRegistryMapFactory.createCommand(org.w3c.dom.Element aMapElement) |
EPPResponse |
EPPRegistryMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPRegistryMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand for the DOM Element . |
EPPResponse |
EPPRegistryMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPResponse 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 . |
EPPResponse |
EPPRegistryMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPResponse for the DOM Element . |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPRelatedDomainExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete Related Domain ext instance when decoding XML that
contains a Related Domain Extension.
|
EPPProtocolExtension |
EPPRelatedDomainExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of Related Domain.
|
void |
EPPRelatedDomainExtPeriod.setPeriod(int newPeriod)
Set domain period.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPRgpExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete RGPExt instance when decoding XML that contains
an RGP Extension.
|
EPPProtocolExtension |
EPPRgpExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of RGP.
|
Modifier and Type | Method and Description |
---|---|
EPPCommand |
EPPRgpPollMapFactory.createCommand(org.w3c.dom.Element aMapElement)
Overridden but does nothing in the context of RGP Poll.
|
EPPResponse |
EPPRgpPollMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPSecDNSExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete SecDNSExt instance when decoding XML that contains
a secDNS Extension.
|
EPPProtocolExtension |
EPPSecDNSExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of secDNS.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPSecDNSExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete SecDNSExt instance when decoding XML that contains
a secDNS Extension.
|
EPPProtocolExtension |
EPPSecDNSExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of secDNS.
|
EPPSecDNSExtDsData |
EPPSecDNSExtKeyData.toDsData(java.lang.String aDomainName,
int aDigestType)
Generates a
EPPSecDNSExtDsData with the key data utilizing the
domain name (aDomainName ) and the desired digest type (
aDigestType ). |
int |
EPPSecDNSExtKeyData.toKeyTag()
Generate the key tag used in the DS data and included in the
EPPSecDNSExtDsData return by EPPSecDNSExtKeyData.toDsData(String, int) . |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPSyncExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete Sync ext instance when decoding XML that contains
a Sync Extension.
|
EPPProtocolExtension |
EPPSyncExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of Sync.
|
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. |
EPPResponse |
EPPValidateMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML Element
tree. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPVerificationCodeExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
EPPVerificationCodeExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPWhoisExtFactory.createExtension(org.w3c.dom.Element aExtensionElm)
Creates the concrete Whois ext instance when decoding XML that contains
a Whois Extension.
|
EPPProtocolExtension |
EPPWhoisExtFactory.createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Overridden but doesn't do anything in the context of IDN.
|
Copyright © VeriSign Inc. All Rights Reserved.