Uses of Class
com.verisign.epp.codec.gen.EPPCodecException

Packages that use EPPCodecException
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.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.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.rgpext   
com.verisign.epp.codec.rgppoll   
com.verisign.epp.codec.secdnsext.v10   
com.verisign.epp.codec.secdnsext.v11   
com.verisign.epp.codec.suggestion   
com.verisign.epp.codec.suggestion.util   
com.verisign.epp.codec.syncext   
com.verisign.epp.codec.verificationcode   
com.verisign.epp.codec.whois   
com.verisign.epp.codec.whowas   
 

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

Methods in com.verisign.epp.codec.allocationtoken that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.balance that throw EPPCodecException
 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
 

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

Methods in com.verisign.epp.codec.changepoll that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.coaext that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.contact that throw EPPCodecException
 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.
protected  void EPPContactPostalDefinition.validateState()
          Validate the state of the EPPContactPostalDefination instance.
protected  void EPPContactDisclose.validateState()
          Validate the state of the EPPContactPostalDefination instance.
 

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

Methods in com.verisign.epp.codec.defReg that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.domain that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.emailFwd that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.fee.v06 that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.fee.v07 that throw EPPCodecException
 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.
 

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

Subclasses of EPPCodecException in com.verisign.epp.codec.gen
 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.
 

Fields in com.verisign.epp.codec.gen declared as EPPCodecException
static EPPCodecException EPPCodecException.MISSINGPARAMETER
          The typesafe constant MISSINGPARAMETER defines the instance of EPPCodecException that should be thrown for missing input parameters.
 

Methods in com.verisign.epp.codec.gen that throw EPPCodecException
 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.
 

Constructors in com.verisign.epp.codec.gen with parameters of type EPPCodecException
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.
 

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

Methods in com.verisign.epp.codec.host that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.idnext that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.idnmap that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.idntable that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.jobscontact that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.launch that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.lowbalancepoll that throw EPPCodecException
 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
 

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

Methods in com.verisign.epp.codec.namestoreext that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.nameWatch that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.nv that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.persreg that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.premiumdomain that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.registry that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.relateddomainext that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.rgpext that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.rgppoll that throw EPPCodecException
 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
 

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

Methods in com.verisign.epp.codec.secdnsext.v10 that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.secdnsext.v11 that throw EPPCodecException
 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).
 

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

Methods in com.verisign.epp.codec.suggestion that throw EPPCodecException
 EPPCommand EPPSuggestionMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 EPPResponse EPPSuggestionMapFactory.createResponse(org.w3c.dom.Element aMapElement)
          creates a concrete EPPResponse from the passed in XML Element tree.
 

Uses of EPPCodecException in com.verisign.epp.codec.suggestion.util
 

Subclasses of EPPCodecException in com.verisign.epp.codec.suggestion.util
 class InvalidValueException
          Exception class to indicate that the incoming Epp uses an invalid value.
 

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

Methods in com.verisign.epp.codec.syncext that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.verificationcode that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.whois that throw EPPCodecException
 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.
 

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

Methods in com.verisign.epp.codec.whowas that throw EPPCodecException
 EPPCommand EPPWhoWasMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Returns a concrete EPPCommand from the passed in XML Element tree.
 EPPResponse EPPWhoWasMapFactory.createResponse(org.w3c.dom.Element aMapElement)
          Returns a concrete EPPResponse from the passed in XML Element tree.
 



Copyright ? VeriSign Inc. All Rights Reserved.