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

Packages that use EPPDecodeException
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.fee.v11 Fee Extension v11 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.suggestion.util   
com.verisign.epp.codec.syncext   
com.verisign.epp.codec.verificationcode   
com.verisign.epp.codec.whois   
com.verisign.epp.codec.whowas   
 

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

Methods in com.verisign.epp.codec.allocationtoken that throw EPPDecodeException
 void EPPAllocationToken.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.balance that throw EPPDecodeException
 void EPPCreditThreshold.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree.
 void EPPBalanceInfoResp.doDecode(org.w3c.dom.Element aElement)
          Populates the data of this instance from the given XML Element which is part of a DOM Document
protected  void EPPBalanceInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPBalanceInfoCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.changepoll that throw EPPDecodeException
 void EPPChangeOperation.decode(org.w3c.dom.Element aElement)
          Decode the EPPChangeOperation element aElement DOM Element tree.
 void EPPChangeData.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPChangeCaseId.decode(org.w3c.dom.Element aElement)
          Decode the EPPChangeCaseId element aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.coaext that throw EPPDecodeException
 void EPPCoaExtValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPCoaExtValue component
 void EPPCoaExtUpdate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPCoaExtKey.decode(org.w3c.dom.Element aElement)
          Decode the EPPCoaExtKey component
 void EPPCoaExtInfData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPCoaExtCreate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPCoaExtAttr.decode(org.w3c.dom.Element aElement)
          Decode the EPPCoaExtAttr element by decoding its and subelements.
 

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

Methods in com.verisign.epp.codec.contact that throw EPPDecodeException
 void EPPContactStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactStatus attributes from the aElement DOM Element tree.
 void EPPContactPostalDefinition.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactPostalDefinition attributes from the aElement DOM Element tree.
 void EPPContactDiscloseOrg.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactDisclose attributes from the aElement DOM Element tree.
 void EPPContactDiscloseName.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactDisclose attributes from the aElement DOM Element tree.
 void EPPContactDiscloseAddress.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactDisclose attributes from the aElement DOM Element tree.
 void EPPContactDisclose.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactDisclose attributes from the aElement DOM Element tree.
 void EPPContactCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactCheckResult attributes from the aElement DOM Element tree.
 void EPPContactAddress.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactAddress attributes from the aElement DOM Element tree.
 void EPPContactAddChange.decode(org.w3c.dom.Element aElement)
          Decode the EPPContactAddChange attributes from the aElement DOM Element tree.
protected  void EPPContactUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPContactTransferResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactTransferResp attributes from the aElement DOM Element tree.
protected  void EPPContactTransferCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactTransferCmd attributes from the aElement DOM Element tree.
protected  void EPPContactPendActionMsg.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactPendActionMsg attributes from the aElement DOM Element tree.
protected  void EPPContactInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactInfoResp attributes from the aElement DOM Element tree.
protected  void EPPContactInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPContactDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPContactCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactCreateResp attributes from the aElement DOM Element tree.
protected  void EPPContactCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPContactCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactCheckResp attributes from the aElement DOM Element tree.
protected  void EPPContactCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPContactCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.defReg that throw EPPDecodeException
 void EPPDefRegStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegStatus attributes from the aElement DOM Element tree.
 void EPPDefRegPeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegPeriod attributes from the aElement DOM Element tree.
 void EPPDefRegName.decode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegName attributes from the aElement DOM Element tree.
 void EPPDefRegCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegCheckResult attributes from the aElement DOM Element tree.
 void EPPDefRegAddRemove.decode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegAddRemove attributes from the aElement DOM Element tree.
protected  void EPPDefRegUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPDefRegTransferResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegTransferResp attributes from the aElement DOM Element tree.
protected  void EPPDefRegTransferCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegTransferCmd attributes from the aElement DOM Element tree.
protected  void EPPDefRegRenewResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegRenewResp attributes from the aElement DOM Element tree.
protected  void EPPDefRegRenewCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegRenewCmd attributes from the aElement DOM Element tree.
protected  void EPPDefRegInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegInfoResp attributes from the aElement DOM Element tree.
protected  void EPPDefRegInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPDefRegDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPDefRegCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegCreateResp attributes from the aElement DOM Element tree.
protected  void EPPDefRegCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPDefRegCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegFwdCheckResp attributes from the aElement DOM Element tree.
protected  void EPPDefRegCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDefRegCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.domain that throw EPPDecodeException
 void EPPHostAttr.decode(org.w3c.dom.Element aElement)
          Decode the EPPHostAttr attributes from the aElement DOM Element tree.
 void EPPDomainStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPDomainStatus attributes from the aElement DOM Element tree.
 void EPPDomainPeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPDomainPeriod attributes from the aElement DOM Element tree.
 void EPPDomainContact.decode(org.w3c.dom.Element aElement)
          Decode the EPPDomainContact attributes from the aElement DOM Element tree.
 void EPPDomainCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPDomainCheckResult attributes from the aElement DOM Element tree.
 void EPPDomainAddRemove.decode(org.w3c.dom.Element aElement)
          Decode the EPPDomainAddRemove attributes from the aElement DOM Element tree.
protected  void EPPDomainUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPDomainTransferResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainTransferResp attributes from the aElement DOM Element tree.
protected  void EPPDomainTransferCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainTransferCmd attributes from the aElement DOM Element tree.
protected  void EPPDomainRenewResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainRenewResp attributes from the aElement DOM Element tree.
protected  void EPPDomainRenewCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainRenewCmd attributes from the aElement DOM Element tree.
protected  void EPPDomainPendActionMsg.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainPendActionMsg attributes from the aElement DOM Element tree.
protected  void EPPDomainInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainInfoResp attributes from the aElement DOM Element tree.
protected  void EPPDomainInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPDomainDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPDomainCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainCreateResp attributes from the aElement DOM Element tree.
protected  void EPPDomainCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPDomainCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainCheckResp attributes from the aElement DOM Element tree.
protected  void EPPDomainCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.emailFwd that throw EPPDecodeException
 void EPPEmailFwdStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdStatus attributes from the aElement DOM Element tree.
 void EPPEmailFwdPeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdPeriod attributes from the aElement DOM Element tree.
 void EPPEmailFwdContact.decode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdContact attributes from the aElement DOM Element tree.
 void EPPEmailFwdCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdCheckResult attributes from the aElement DOM Element tree.
 void EPPEmailFwdAddRemove.decode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdAddRemove attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdTransferResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdTransferResp attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdTransferCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdTransferCmd attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdRenewResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdRenewResp attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdRenewCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdRenewCmd attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdPendActionMsg.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdPendActionMsg attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdInfoResp attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdCreateResp attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdCheckResp attributes from the aElement DOM Element tree.
protected  void EPPEmailFwdCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPEmailFwdCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.fee.v06 that throw EPPDecodeException
 void EPPFeeValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeValue element aElement DOM Element tree.
 void EPPFeeTransformResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeTransform.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeePeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeePeriod attributes from the aElement DOM Element tree.
 void EPPFeeInfo.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeInfData.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeDomainResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeDomain.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeCredit.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCredit element aElement DOM Element tree.
 void EPPFeeCommand.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCommand element aElement DOM Element tree.
 void EPPFeeChkData.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeChkData attributes from the aElement DOM Element tree.
 void EPPFeeCheck.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.fee.v07 that throw EPPDecodeException
 void EPPFeeValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeValue element aElement DOM Element tree.
 void EPPFeeTransformResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeTransform.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeePeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeePeriod attributes from the aElement DOM Element tree.
 void EPPFeeInfo.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeInfData.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeDomainResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeDomain.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeCredit.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCredit element aElement DOM Element tree.
 void EPPFeeCommand.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCommand element aElement DOM Element tree.
 void EPPFeeChkData.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeChkData attributes from the aElement DOM Element tree.
 void EPPFeeCheck.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.fee.v08 that throw EPPDecodeException
 void EPPFeeValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeValue element aElement DOM Element tree.
 void EPPFeeTransformResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeTransform.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeePeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeePeriod attributes from the aElement DOM Element tree.
 void EPPFeeDomainResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeDomain.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeCredit.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCredit element aElement DOM Element tree.
 void EPPFeeCommand.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCommand element aElement DOM Element tree.
 void EPPFeeChkData.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeChkData attributes from the aElement DOM Element tree.
 void EPPFeeCheck.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.fee.v09 that throw EPPDecodeException
 void EPPFeeValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeValue element aElement DOM Element tree.
 void EPPFeeTransformResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeTransform.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeePeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeePeriod attributes from the aElement DOM Element tree.
 void EPPFeeObjectResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeObject.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeCredit.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCredit element aElement DOM Element tree.
 void EPPFeeCommand.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCommand element aElement DOM Element tree.
 void EPPFeeChkData.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeChkData attributes from the aElement DOM Element tree.
 void EPPFeeCheck.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 

Uses of EPPDecodeException in com.verisign.epp.codec.fee.v11
 

Methods in com.verisign.epp.codec.fee.v11 that throw EPPDecodeException
 void EPPFeeValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeValue element aElement DOM Element tree.
 void EPPFeeTransformResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeTransform.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeePeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeePeriod attributes from the aElement DOM Element tree.
 void EPPFeeObjectResult.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 void EPPFeeCredit.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCredit element aElement DOM Element tree.
 void EPPFeeCommand.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeCommand element aElement DOM Element tree.
 void EPPFeeChkData.decode(org.w3c.dom.Element aElement)
          Decode the EPPFeeChkData attributes from the aElement DOM Element tree.
 void EPPFeeCheck.decode(org.w3c.dom.Element aElement)
          Decode a DOM element tree to initialize the instance attributes.
 

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

Subclasses of EPPDecodeException 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.
 

Methods in com.verisign.epp.codec.gen that throw EPPDecodeException
 EPPMessage EPPCodec.decode(org.w3c.dom.Document aDocument)
          decodes a DOM Document into a concrete EPPMessage.
 void EPPValue.decode(org.w3c.dom.Element aElement)
          decode EPPValue from a DOM element tree.
 void EPPTransId.decode(org.w3c.dom.Element aElement)
          decode EPPTransId from a DOM element tree.
 void EPPStatement.decode(org.w3c.dom.Element aElement)
          decode EPPStatement from a DOM element tree.
 void EPPServiceMenu.decode(org.w3c.dom.Element aElement)
          decode EPPServiceMenu from a DOM element tree.
 void EPPService.decode(org.w3c.dom.Element aElement)
          decode EPPService from a DOM element tree.
 void EPPResult.decode(org.w3c.dom.Element aElement)
          decode EPPResult from a DOM element tree.
 void EPPResponse.decode(org.w3c.dom.Element aElement)
          decode EPPResponse from a DOM element tree.
 void EPPRecipient.decode(org.w3c.dom.Element aElement)
          decode EPPRecipient from a DOM element tree.
 void EPPPurpose.decode(org.w3c.dom.Element aElement)
          decode EPPPurpose from a DOM element tree.
 void EPPProtocolExtension.decode(org.w3c.dom.Element aElement)
          decode EPPProtocolExtension from a DOM element tree.
 void EPPMsgQueue.decode(org.w3c.dom.Element aElement)
          decode EPPMsgQueue from a DOM element tree.
 void EPPHello.decode(org.w3c.dom.Element aElement)
          decode EPPHello from a DOM element tree.
 void EPPGreeting.decode(org.w3c.dom.Element aElement)
          decode EPPGreeting from a DOM element tree.
 void EPPExtValue.decode(org.w3c.dom.Element aElement)
          decode EPPExtValue from a DOM element tree.
 void EPPDcp.decode(org.w3c.dom.Element aElement)
          decode EPPDcp from a DOM element tree.
 void EPPCredentials.decode(org.w3c.dom.Element aElement)
          decode EPPCredentials from a DOM element tree.
 void EPPCommand.decode(org.w3c.dom.Element aElement)
          decode EPPCommand from a DOM element tree.
 void EPPCodecComponent.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 EPPMessage EPPCodec.decode(org.w3c.dom.Element root)
          decodes a DOM Element tree into a concrete EPPMessage.
 void EPPAuthInfo.decode(org.w3c.dom.Element aElement)
          Decode the EPPAuthInfo attributes from the aElement DOM Element tree.
static java.math.BigDecimal EPPUtil.decodeBigDecimal(org.w3c.dom.Element aElement)
          Decode BigDecimal, from an XML Element.
static java.math.BigDecimal EPPUtil.decodeBigDecimal(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode BigDecimal, by XML namespace and tag name, from an XML Element.
static java.lang.Boolean EPPUtil.decodeBoolean(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode Boolean, by XML namespace and tag name, from an XML Element.
static boolean EPPUtil.decodeBooleanAttr(org.w3c.dom.Element aElement, java.lang.String aAttr)
          Decodes a boolean attribute value given the Element and attribute name.
 EPPCommand EPPCodec.decodeCommand(org.w3c.dom.Document aDocument)
          utility method that will decode a DOM Document and return an EPPCommand instance.
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.
static java.util.List EPPUtil.decodeCompList(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName, java.lang.Class aClass)
          Decode a List of EPPCodecComponent's, by XML namespace and tag name, from an XML Element.
static java.util.Vector EPPUtil.decodeCompVector(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName, java.lang.Class aClass)
          Decode a Vector of EPPCodecComponent's, by XML namespace and tag name, from an XML Element.
static java.util.Date EPPUtil.decodeDate(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode Date, by XML namespace and tag name, from an XML Element.
 EPPGreeting EPPCodec.decodeGreeting(org.w3c.dom.Document aDocument)
          utility method that will decode a DOM Document and return an EPPGreeting instance.
 EPPHello EPPCodec.decodeHello(org.w3c.dom.Document aDocument)
          utility method that will decode a DOM Document and return an EPPHello instance.
static java.lang.Integer EPPUtil.decodeInteger(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode Integer, by XML namespace and tag name, from an XML Element.
static java.util.List EPPUtil.decodeIntegerList(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode a List of Integer's by XML namespace and tag name, from an XML Element.
static java.util.List EPPUtil.decodeList(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode a List of String's by XML namespace and tag name, from an XML Element.
 EPPResponse EPPCodec.decodeResponse(org.w3c.dom.Document aDocument)
          utility method that will decode a DOM Document and return an EPPResponse instance.
static java.lang.String EPPUtil.decodeString(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode String, by XML namespace and tag name, from an XML Element.
static java.util.Date EPPUtil.decodeTimeInstant(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode Date, as date and time, by XML namespace and tag name, from an XML Element.
static java.util.Vector EPPUtil.decodeVector(org.w3c.dom.Element aElement, java.lang.String aNS, java.lang.String aTagName)
          Decode a Vector of String's by XML namespace and tag name, from an XML Element.
protected abstract  void EPPUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPUpdateCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected abstract  void EPPTransferCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPTransferCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected  void EPPResponse.doDecode(org.w3c.dom.Element aElement)
          Decodes the attributes of the concrete EPPResponse and must be overridden by EPPResponse derived classes.
protected abstract  void EPPRenewCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPRenewCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected abstract  void EPPProtocolExtension.doDecode(org.w3c.dom.Element aElement)
          Decodes the atributes of a general extension of EPPProtocolExtension.
protected  void EPPPollCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPPollCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected abstract  void EPPInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPInfoCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected abstract  void EPPDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPDeleteCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected abstract  void EPPCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPCreateCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected abstract  void EPPCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Must be defined by EPPCheckCmd extensions (Command Mappings) to decode the attributes to a DOM Element tree.
protected  void EPPUpdateCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPTransferCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPTransferCmd attributes from the aElement DOM Element tree.
protected  void EPPRenewCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPRenewCmd attributes from the aElement DOM Element tree.
protected  void EPPPollCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPPollCmd attributes from the aElement DOM Element tree.
protected  void EPPLogoutCmd.doGenDecode(org.w3c.dom.Element aElement)
          decode EPPLogoutCmd from a DOM element tree.
protected  void EPPLoginCmd.doGenDecode(org.w3c.dom.Element aElement)
          decode EPPLoginCmd from a DOM element tree.
protected  void EPPInfoCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPDeleteCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPCreateCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPCreateCmd attributes from the aElement DOM Element tree.
protected abstract  void EPPCommand.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the atributes of a general extension of EPPCommand.
protected  void EPPCheckCmd.doGenDecode(org.w3c.dom.Element aElement)
          Decodes the EPPCheckCmd attributes from the aElement DOM Element tree.
static java.lang.String EPPUtil.getTextContent(org.w3c.dom.Node node)
          A pass-thru to the getTextContent() method using a default value of false for the required flag.
static java.lang.String EPPUtil.getTextContent(org.w3c.dom.Node node, boolean allowEmpty)
          Return the text data within an XML tag.
 

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

Methods in com.verisign.epp.codec.host that throw EPPDecodeException
 void EPPHostStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPHostStatus attributes from the aElement DOM Element tree.
 void EPPHostCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPHostCheckResult attributes from the aElement DOM Element tree.
 void EPPHostAddress.decode(org.w3c.dom.Element aElement)
          Decode the EPPHostAddress attributes from the aElement DOM Element tree.
 void EPPHostAddRemove.decode(org.w3c.dom.Element aElement)
          Decode the EPPHostAddRemove attributes from the aElement DOM Element tree.
protected  void EPPHostUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPHostPendActionMsg.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostPendActionMsg attributes from the aElement DOM Element tree.
protected  void EPPHostInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostInfoResp attributes from the aElement DOM Element tree.
protected  void EPPHostInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPHostDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPHostCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostCreateResp attributes from the aElement DOM Element tree.
protected  void EPPHostCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPHostCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostCheckResp attributes from the aElement DOM Element tree.
protected  void EPPHostCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPHostCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.idnext that throw EPPDecodeException
 void EPPIdnLangTag.decode(org.w3c.dom.Element aElement)
          Decode the EPPIdnLangExtCrete component
 

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

Methods in com.verisign.epp.codec.idnmap that throw EPPDecodeException
 void EPPIdnMap.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.idntable that throw EPPDecodeException
 void EPPIdnTableInfoTable.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPIdnTableInfoListItem.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPIdnTableInfoDomainTable.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPIdnTableInfoDomain.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPIdnTableDomainLabel.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPIdnTableCheckTable.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPIdnTableCheckDomain.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
protected  void EPPIdnTableInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPIdnTableInfoResp attributes from the aElement DOM Element tree.
protected  void EPPIdnTableInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPIdnTableInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPIdnTableCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPIdnTableCheckResp attributes from the aElement DOM Element tree.
protected  void EPPIdnTableCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPIdnTableCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.jobscontact that throw EPPDecodeException
 void EPPJobsContactUpdateCmd.decode(org.w3c.dom.Element aElement)
          Decode the EPPJobsContactUpdateCmd component
 void EPPJobsContactInfoResp.decode(org.w3c.dom.Element aElement)
          Decode the EPPJobsContactInfoResp component
 void EPPJobsContactCreateCmd.decode(org.w3c.dom.Element aElement)
          Decode the EPPIdnLangExtCrete component
 

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

Methods in com.verisign.epp.codec.launch that throw EPPDecodeException
 void EPPLaunchUpdate.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPLaunchUpdate.
 void EPPLaunchStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPLaunchStatus element aElement DOM Element tree.
 void EPPLaunchPhase.decode(org.w3c.dom.Element aElement)
          Decode the EPPLaunchPhase element aElement DOM Element tree.
 void EPPLaunchNotice.decode(org.w3c.dom.Element aElement)
          Decode the EPPLaunchNotice component
 void EPPLaunchInfo.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPLaunchInfo.
 void EPPLaunchInfData.decode(org.w3c.dom.Element aElement)
          Decode the EPPLaunchInfData component
 void EPPLaunchDelete.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPLaunchDelete.
 void EPPLaunchCreate.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPLaunchCreate.
 void EPPLaunchCreData.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPLaunchCreData.
 void EPPLaunchCodeMark.decode(org.w3c.dom.Element aElement)
          Decode the EPPMark component
 void EPPLaunchClaimKey.decode(org.w3c.dom.Element aElement)
          Decode the EPPLaunchClaimKey attributes from the aElement DOM Element tree.
 void EPPLaunchChkData.decode(org.w3c.dom.Element aElement)
          Decode the EPPLaunchCheckResp attributes from the aElement DOM Element tree.
 void EPPLaunchCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPLaunchCheckResult attributes from the aElement DOM Element tree.
 void EPPLaunchCheck.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPLaunchCheck.
 

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

Methods in com.verisign.epp.codec.lowbalancepoll that throw EPPDecodeException
 void EPPLowBalancePollThreshold.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPLowBalancePollResponse.doDecode(org.w3c.dom.Element aElement)
          Populates the data of this instance from the given XML Element which is part of a DOM Document
 

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

Methods in com.verisign.epp.codec.mark that throw EPPDecodeException
 void EPPTreatyOrStatute.decode(byte[] aMarkArray)
          Decode the EPPTreatyOrStatute attributes from the input byte[].
 void EPPTrademark.decode(byte[] aMarkArray)
          Decode the EPPTrademark attributes from the input byte[].
 void EPPMark.decode(byte[] aMarkArray)
          Decode the EPPMark attributes from the input byte[].
 void EPPCourt.decode(byte[] aMarkArray)
          Decode the EPPCourt attributes from the input byte[].
 void EPPTreatyOrStatute.decode(org.w3c.dom.Element aElement)
          Decode the EPPTreatyOrStatute component
 void EPPTrademark.decode(org.w3c.dom.Element aElement)
          Decode the EPPTrademark component
 void EPPProtection.decode(org.w3c.dom.Element aElement)
          Decode the EPPMark component
 void EPPMarkContact.decode(org.w3c.dom.Element aElement)
          Decode the EPPMark component
 void EPPMarkAddress.decode(org.w3c.dom.Element aElement)
          Decode the EPPMark component
 void EPPMark.decode(org.w3c.dom.Element aElement)
          Decode the EPPMark component
 void EPPCourt.decode(org.w3c.dom.Element aElement)
          Decode the EPPCourt component
 

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

Methods in com.verisign.epp.codec.namestoreext that throw EPPDecodeException
 void EPPNamestoreExtNamestoreExt.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPNamestoreExtNSExtErrData.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.nameWatch that throw EPPDecodeException
 void EPPNameWatchStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchStatus attributes from the aElement DOM Element tree.
 void EPPNameWatchRptTo.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchRptTo attributes from the aElement DOM Element tree.
 void EPPNameWatchPeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchPeriod attributes from the aElement DOM Element tree.
 void EPPNameWatchAddRemove.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchAddRemove attributes from the aElement DOM Element tree.
protected  void EPPNameWatchUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPNameWatchTransferResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchTransferResp attributes from the aElement DOM Element tree.
protected  void EPPNameWatchTransferCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchTransferCmd attributes from the aElement DOM Element tree.
protected  void EPPNameWatchRenewResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchRenewResp attributes from the aElement DOM Element tree.
protected  void EPPNameWatchRenewCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchRenewCmd attributes from the aElement DOM Element tree.
protected  void EPPNameWatchInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchInfoResp attributes from the aElement DOM Element tree.
protected  void EPPNameWatchInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPNameWatchDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPNameWatchCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchCreateResp attributes from the aElement DOM Element tree.
protected  void EPPNameWatchCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameWatchCreateCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.nv that throw EPPDecodeException
 void EPPRealNameVerification.decode(org.w3c.dom.Element aElement)
          Decode the EPPRealNameVerification attributes from the aElement DOM Element tree.
 void EPPNameVerificationInfoSignedCodeResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationInfoSignedCodeResult attributes from the aElement DOM Element tree.
 void EPPNameVerificationInfoInputResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationInfoInputResult attributes from the aElement DOM Element tree.
 void EPPNameVerificationDocument.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationDocument attributes from the aElement DOM Element tree.
 void EPPNameVerificationCreateSuccess.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCreateSuccess attributes from the aElement DOM Element tree.
 void EPPNameVerificationCreatePending.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCreatePending attributes from the aElement DOM Element tree.
 void EPPNameVerificationCreateFailed.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCreateFailed attributes from the aElement DOM Element tree.
 void EPPNameVerificationCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCheckResult attributes from the aElement DOM Element tree.
 void EPPDomainNameVerification.decode(org.w3c.dom.Element aElement)
          Decode the EPPDomainNameVerification attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationPendActionMsg.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationPendActionMsg attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationInfoResp attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCreateResp attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCheckResp attributes from the aElement DOM Element tree.
protected  void EPPNameVerificationCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPNameVerificationCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.persreg that throw EPPDecodeException
 void EPPPersRegInfoData.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPPersRegGenData.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPPersRegCreateErrData.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPPersRegCreate.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.premiumdomain that throw EPPDecodeException
 void EPPPremiumDomainReAssignCmd.decode(org.w3c.dom.Element aElement)
          Decode the EPPPremiumDomainReAssignCmd attributes from the aElement DOM Element tree.
 void EPPPremiumDomainCheckResult.decode(org.w3c.dom.Element aElement)
          Decode the EPPPremiumDomainCheckResp attributes from the aElement DOM Element tree.
 void EPPPremiumDomainCheckResp.decode(org.w3c.dom.Element aElement)
          Decode the EPPPremiumDomainCheckResp attributes from the aElement DOM Element tree.
 void EPPPremiumDomainCheck.decode(org.w3c.dom.Element aElement)
          Decode the EPPPremiumDomainCheck attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.registry that throw EPPDecodeException
 void EPPRegistryZoneMember.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryZoneMember element aElement DOM Element tree.
 void EPPRegistryZoneList.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryZoneList attributes from the aElement DOM Element tree.
 void EPPRegistryZoneInfo.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryZoneInfo attributes from the aElement DOM Element tree.
 void EPPRegistryZone.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryZone attributes from the aElement DOM Element tree.
 void EPPRegistrySupportedStatus.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistrySupportedStatus attributes from the aElement DOM Element tree.
 void EPPRegistryServicesExt.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryServices.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryServices.EPPRegistryURI.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistrySLAInfo.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistrySLA.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryReservedNames.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryRelated.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPRegistryRelated.
 void EPPRegistryRegex.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryRegex attributes from the aElement DOM Element tree.
 void EPPRegistryRGP.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryRGP attributes from the aElement DOM Element tree.
 void EPPRegistryPostal.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryPostal attributes from the aElement DOM Element tree.
 void EPPRegistryPhase.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryPeriodType.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryMinMaxPeriod.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryMinMaxLength.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryMinMax.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryMaxSig.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryLanguageType.decode(org.w3c.dom.Element aElement)
           
 void EPPRegistryKeyValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryKeyValue attributes from the aElement DOM Element tree.
 void EPPRegistryKey.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryKey attributes from the aElement DOM Element tree.
 void EPPRegistryInternalHost.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryInternalHost attributes from the aElement DOM Element tree.
 void EPPRegistryIDN.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryIDN attributes from the aElement DOM Element tree.
 void EPPRegistryHost.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryHost attributes from the aElement DOM Element tree.
 void EPPRegistryGracePeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryGracePeriod attributes from the aElement DOM Element tree.
 void EPPRegistryFields.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryFields element aElement DOM Element tree.
 void EPPRegistryExternalHost.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryExternalHost attributes from the aElement DOM Element tree.
 void EPPRegistryDomainPeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryDomainPeriod attributes from the aElement DOM Element tree.
 void EPPRegistryDomainName.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryDomainName attributes from the aElement DOM Element tree.
 void EPPRegistryDomainContact.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryDomainContact attributes from the aElement DOM Element tree.
 void EPPRegistryDomain.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryDomain attributes from the aElement DOM Element tree.
 void EPPRegistryDS.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryDS attributes from the aElement DOM Element tree.
 void EPPRegistryDNSSEC.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryDNSSEC attributes from the aElement DOM Element tree.
 void EPPRegistryCustomData.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryCustomData attributes from the aElement DOM Element tree.
 void EPPRegistryContactStreet.decode(org.w3c.dom.Element aElement)
          DOCUMENT ME!
 void EPPRegistryContactAddress.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryContactAddress attributes from the aElement DOM Element tree.
 void EPPRegistryContact.decode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryContact attributes from the aElement DOM Element tree.
 void EPPRegistryCheckResult.decode(org.w3c.dom.Element aElement)
          DOCUMENT ME!
protected  void EPPRegistryUpdateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryUpdateResp attributes from the aElement DOM Element tree.
protected  void EPPRegistryUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPRegistryInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryInfoResp attributes from the aElement DOM Element tree.
protected  void EPPRegistryInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPRegistryDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPRegistryCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryCreateResp attributes from the aElement DOM Element tree.
protected  void EPPRegistryCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPRegistryCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryCheckResp attributes from the aElement DOM Element tree.
protected  void EPPRegistryCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPRegistryCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.relateddomainext that throw EPPDecodeException
 void EPPRelatedDomainExtUpdate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtTransferResp.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtTransfer.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtRenewResp.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtRenew.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtRegistered.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtPeriod.decode(org.w3c.dom.Element aElement)
          Decode the EPPRelatedDomainExtPeriod attributes from the aElement DOM Element tree.
 void EPPRelatedDomainExtName.decode(org.w3c.dom.Element aElement)
          Decode the EPPRelatedDomainExtName attributes from the aElement DOM Element tree.
 void EPPRelatedDomainExtInfo.decode(org.w3c.dom.Element aElement)
          Decode the EPPRelatedDomainExtInfo attributes from the aElement DOM Element tree.
 void EPPRelatedDomainExtInfData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtGroup.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtFields.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtField.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtDomainData.decode(org.w3c.dom.Element aElement)
          Decode the EPPRelatedDomainExtDomainData attributes from the aElement DOM Element tree.
 void EPPRelatedDomainExtDomain.decode(org.w3c.dom.Element aElement)
          Decode the EPPRelatedDomainExtDomain attributes from the aElement DOM Element tree.
 void EPPRelatedDomainExtDeleteResp.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtDelete.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtCreateResp.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtCreate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtAvailable.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRelatedDomainExtAuthInfo.decode(org.w3c.dom.Element aElement)
          Decode the EPPRelatedDomainExtAuthInfo attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.reseller that throw EPPDecodeException
 void EPPResellerPostalDefinition.decode(org.w3c.dom.Element aElement)
          Decode the EPPResellerPostalDefinition attributes from the aElement DOM Element tree.
 void EPPResellerDisclose.decode(org.w3c.dom.Element aElement)
          Decode the EPPResellerDisclose attributes from the aElement DOM Element tree.
 void EPPResellerContact.decode(org.w3c.dom.Element aElement)
          Decode the EPPResellerContact attributes from the aElement DOM Element tree.
 void EPPResellerCheckResult.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPResellerAddress.decode(org.w3c.dom.Element aElement)
          Decode the EPPResellerAddress attributes from the aElement DOM Element tree.
protected  void EPPResellerUpdateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerUpdateCmd attributes from the aElement DOM Element tree.
protected  void EPPResellerInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerInfoResp attributes from the aElement DOM Element tree.
protected  void EPPResellerInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerInfoCmd attributes from the aElement DOM Element tree.
protected  void EPPResellerDeleteCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerDeleteCmd attributes from the aElement DOM Element tree.
protected  void EPPResellerCreateResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerCreateResp attributes from the aElement DOM Element tree.
protected  void EPPResellerCreateCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerCreateCmd attributes from the aElement DOM Element tree.
protected  void EPPResellerCheckResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerCheckResp attributes from the aElement DOM Element tree.
protected  void EPPResellerCheckCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPResellerCheckCmd attributes from the aElement DOM Element tree.
 

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

Methods in com.verisign.epp.codec.resellerext that throw EPPDecodeException
 void EPPResellerExtUpdate.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 void EPPResellerExtInfData.decode(org.w3c.dom.Element aElement)
          Decode the EPPResellerInfoResp attributes from the aElement DOM Element tree.
 void EPPResellerExtCreate.decode(org.w3c.dom.Element aElement)
          decode a DOM element tree to initialize the instance attributes.
 

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

Methods in com.verisign.epp.codec.rgpext that throw EPPDecodeException
 void EPPRgpExtUpdate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRgpExtUpData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRgpExtStatus.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRgpExtRestore.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRgpExtReportText.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRgpExtReport.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRgpExtInfData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 

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

Methods in com.verisign.epp.codec.rgppoll that throw EPPDecodeException
 void EPPRgpPollStatus.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPRgpPollResponse.doDecode(org.w3c.dom.Element aElement)
          Populates the data of this instance from the given XML Element which is part of a DOM Document
 

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

Methods in com.verisign.epp.codec.secdnsext.v10 that throw EPPDecodeException
 void EPPSecDNSExtUpdate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtKeyData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtInfData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtDsData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtCreate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 

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

Methods in com.verisign.epp.codec.secdnsext.v11 that throw EPPDecodeException
 void EPPSecDNSExtUpdate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtKeyData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtInfData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtDsData.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 void EPPSecDNSExtCreate.decode(org.w3c.dom.Element aElement)
          Populate the data of this instance with the data stored in the given Element of the DOM tree
 

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

Methods in com.verisign.epp.codec.signedMark that throw EPPDecodeException
protected  void EPPSignedMark.decode(byte[] aSignedMarkArray)
          Create a DOM document from byte array.
 void EPPSignedMark.decode(org.w3c.dom.Element aElement)
          Decode the EPPSignedMark component
 void EPPIssuer.decode(org.w3c.dom.Element aElement)
          Decode the EPPMark component
 void EPPEncodedSignedMark.decode(org.w3c.dom.Element aElement)
          Decode the EPPSignedMark component
 void SMDRevocationList.decode(java.io.InputStream aSMDRevocationListStream)
          Decodes the SMD Revocation List from an InputStream.
 void SMDRevocationList.decode(java.lang.String aSMDRevocationListStr)
          Decodes the SMD Revocation List from a String.
 void RevokedSMD.decode(java.lang.String aLine)
           
 

Constructors in com.verisign.epp.codec.signedMark that throw EPPDecodeException
EPPEncodedSignedMark(byte[] aEncodedSignedMarkArray)
          Creates an EPPEncodedSignedMark that is initialized by decoding the input byte[].
EPPEncodedSignedMark(EPPSignedMark aSignedMark)
          Construct Encoded SignMark object from SignMark object.
EPPEncodedSignedMark(java.io.InputStream aSMD)
          Creates an EPPEncodedSignedMark by decoding the a Signed Mark Data (SMD) that is in a PEM-like input stream that includes the encoded signed mark with a leading line "-----BEGIN ENCODED SMD-----" and a trailing "-----END ENCODED SMD-----".
EPPEncodedSignedMark(java.lang.String aId, EPPIssuer aIssuer, java.util.Date aNotBefore, java.util.Date aNotAfter, EPPMark aMark)
          Create an EPPEncodedSignedMark with the id, issuer, not before date, not after date, and the mark attributes of the signed mark.
EPPSignedMark(byte[] aSignedMarkArray)
          Create the EPPSignedMark object from the input byte[] (XML).
EPPSignedMark(java.lang.String aId, EPPIssuer aIssuer, java.util.Date aNotBefore, java.util.Date aNotAfter, EPPMark aMark)
          Create an EPPSignedMark with the id, issuer, not before date, not after date, and the mark attributes of the signed mark.
 

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

Methods in com.verisign.epp.codec.suggestion that throw EPPDecodeException
 void EPPSuggestionToken.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionTable.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionRow.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionRelated.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionRecord.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionGrid.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionGeo.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionFilter.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionCoordinates.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionCell.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionAnswer.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionAddress.decode(org.w3c.dom.Element aElement)
           
 void EPPSuggestionAction.decode(org.w3c.dom.Element aElement)
           
protected  void EPPSuggestionInfoResp.doDecode(org.w3c.dom.Element aElement)
           
protected  void EPPSuggestionInfoCmd.doDecode(org.w3c.dom.Element aElement)
           
 

Constructors in com.verisign.epp.codec.suggestion that throw EPPDecodeException
EPPSuggestionAction(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionAnswer(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionCell(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionCoordinates(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionFilter(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionGeo(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionGrid(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionRecord(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionRelated(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionRow(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionTable(org.w3c.dom.Element aElement)
          Constructor.
EPPSuggestionToken(org.w3c.dom.Element aElement)
          Constructor.
 

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

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

Methods in com.verisign.epp.codec.suggestion.util that throw EPPDecodeException
static void ExceptionUtil.missingDuringDecode(java.lang.String aElement)
          Helper method for dealing with missing elements while decoding.
 

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

Methods in com.verisign.epp.codec.syncext that throw EPPDecodeException
 void EPPSyncExtUpdate.decode(org.w3c.dom.Element aElement)
          Decode the EPPSyncExtUpdate component.
 

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

Methods in com.verisign.epp.codec.verificationcode that throw EPPDecodeException
 void EPPSignedCode.decode(byte[] aSignedCodeArray)
          Create a DOM document from byte array.
 void EPPVerificationCodeProfile.decode(org.w3c.dom.Element aElement)
          Decode the EPPVerificationCodeInfData component
 void EPPVerificationCodeInfo.decode(org.w3c.dom.Element aElement)
          Decode the DOM element to the EPPVerificationCodeInfo.
 void EPPVerificationCodeInfData.decode(org.w3c.dom.Element aElement)
          Decode the EPPVerificationCodeInfData component
 void EPPVerificationCode.decode(org.w3c.dom.Element aElement)
          Decode the EPPVerificationCode component
 void EPPSignedCode.decode(org.w3c.dom.Element aElement)
          Decode the EPPSignedCode component
 void EPPEncodedSignedCodeValue.decode(org.w3c.dom.Element aElement)
          Decode the EPPSignedCode component
 void EPPEncodedSignedCode.decode(org.w3c.dom.Element aElement)
          Decode the EPPSignedCode component
 void VerificationCodeRevocationList.decode(java.io.InputStream aVerificationCodeRevocationListStream)
          Decodes the Verification Code Revocation List from an InputStream.
 void VerificationCodeRevocationList.decode(java.lang.String aVerificationCodeRevocationListStr)
          Decodes the Verification Code Revocation List from a String.
 void RevokedVerificationCode.decode(java.lang.String aLine)
           
 void EPPEncodedSignedCodeValue.decodeValue(byte[] aBase64SignedCode)
          Decode the Base64 encoded signed code value with no wrapping XML.
 void EPPEncodedSignedCodeValue.decodeValue(java.lang.String aBase64SignedCode)
          Decode the Base64 encoded signed code value with no wrapping XML.
 

Constructors in com.verisign.epp.codec.verificationcode that throw EPPDecodeException
EPPEncodedSignedCode(EPPSignedCode aSignedCode)
          Construct an encoded signed code with a single signed code value.
EPPEncodedSignedCodeValue(byte[] aEncodedSignedCodeArray)
          Creates an EPPEncodedSignedCodeValue that is initialized by decoding the input byte[].
EPPEncodedSignedCodeValue(EPPSignedCode aSignedCode)
          Construct Encoded SignedCode object from SignedCode object.
EPPEncodedSignedCodeValue(java.io.InputStream aScode)
          Creates an EPPEncodedSignedCodeValue by decoding the a Signed Code Data (SMD) that is in a PEM-like input stream that includes the encoded signed code with a leading line "-----BEGIN ENCODED SCODE-----" and a trailing "-----END ENCODED SCODE-----".
EPPSignedCode(byte[] aSignedCodeArray)
          Create the EPPSignedCode object from the input byte[] (XML).
 

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

Methods in com.verisign.epp.codec.whois that throw EPPDecodeException
 void EPPWhoisInfData.decode(org.w3c.dom.Element aElement)
          Decode the EPPIdnLangExtCrete component
 void EPPWhoisInf.decode(org.w3c.dom.Element aElement)
          Decode the EPPIdnLangExtCrete component
 

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

Methods in com.verisign.epp.codec.whowas that throw EPPDecodeException
 void EPPWhoWasRecord.decode(org.w3c.dom.Element aElement)
          Decodes the EPPWhoWasRecord attributes from the aElement DOM Element tree.
 void EPPWhoWasHistory.decode(org.w3c.dom.Element aElement)
          Decodes the EPPWhoWasHistory from the aElement DOM Element tree and creates list of EPPWhoWasRecord objects.
protected  void EPPWhoWasInfoResp.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPWhoWasInfoResp attributes from the aElement DOM Element tree.
protected  void EPPWhoWasInfoCmd.doDecode(org.w3c.dom.Element aElement)
          Decode the EPPWhoWasInfoCmd attributes from the aElement DOM Element tree.
 



Copyright © VeriSign Inc. All Rights Reserved.