Deprecated API


Contents
Deprecated Fields
com.verisign.epp.codec.suggestion.util.ActionEnum.ACTION_SPELLING
          this action does not exist 
com.verisign.epp.codec.rgpext.EPPRgpExtReport.ELM_POST_WHOIS
          Use ELM_POST_DATA 
com.verisign.epp.codec.rgpext.EPPRgpExtReport.ELM_PRE_WHOIS
          Use ELM_PRE_DATA 
com.verisign.epp.codec.registry.EPPRegistryDomain.ELM_URGENT
          XML Element Name of urgent attribute. 
 

Deprecated Methods
com.verisign.epp.codec.registry.EPPRegistryZoneList.addTld(EPPRegistryZone)
          As of v1.2, use EPPRegistryZoneList.addZone(EPPRegistryZone) 
com.verisign.epp.codec.gen.EPPAuthInfo.getAuthInfo()
          Replaced by EPPAuthInfo.getPassword(). 
com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtAuthInfo.getAuthInfo()
          Replaced by getPassword(). 
com.verisign.epp.codec.gen.EPPResponse.getMessageQueue()
          As of EPP 1.0, replaced with EPPResponse.getMsgQueueCount() 
com.verisign.epp.codec.rgpext.EPPRgpExtReport.getPostWhois()
          Use EPPRgpExtReport.getPostData() 
com.verisign.epp.codec.rgpext.EPPRgpExtReport.getPreWhois()
          Use EPPRgpExtReport.getPreData() 
com.verisign.epp.codec.gen.EPPResponse.getQDate()
          As of EPP 1.0, replaced with EPPResponse.getMsgQueueDate() 
com.verisign.epp.util.EPPEnv.getSSLKeyManager()
          With change to JDK 1.4 
com.verisign.epp.codec.gen.EPPResponse.hasMessageQueue()
          As of EPP 1.0, replaced with EPPResponse.hasMsgQueue(). This method will return true if a message queue object exists that has a non-null message count. 
com.verisign.epp.codec.domain.EPPDomainCheckResult.isKnown()
          As of EPP 1.0, replaced with EPPDomainCheckResult.isAvailable(). 
com.verisign.epp.codec.host.EPPHostCheckResult.isKnown()
          As of EPP 1.0, replaced with EPPHostCheckResult.isAvailable(). 
com.verisign.epp.codec.gen.EPPAuthInfo.setAuthInfo(String)
          Replaced by EPPAuthInfo.setPassword(String). 
com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtAuthInfo.setAuthInfo(String)
          Replaced by setPassword(String). 
com.verisign.epp.codec.gen.EPPResponse.setExtension(EPPCodecComponent)
          Replaced by EPPResponse.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPResponse.addExtension(EPPCodecComponent). 
com.verisign.epp.codec.gen.EPPCommand.setExtension(EPPCodecComponent)
          Replaced by EPPCommand.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPCommand.addExtension(EPPCodecComponent). 
com.verisign.epp.interfaces.EPPNameWatch.setExtension(EPPCodecComponent)
          Replaced by addExtension(EPPCodecComponent). This method will add the extension as is done in addExtension(EPPCodecComponet). 
com.verisign.epp.interfaces.EPPHost.setExtension(EPPCodecComponent)
          Replaced by EPPHost.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPHost.addExtension(EPPCodecComponent). 
com.verisign.epp.interfaces.EPPEmailFwd.setExtension(EPPCodecComponent)
          Replaced by addExtension(EPPCodecComponent). This method will add the extension as is done in addExtension(EPPCodecComponet). 
com.verisign.epp.interfaces.EPPDomain.setExtension(EPPCodecComponent)
          Replaced by EPPDomain.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPDomain.addExtension(EPPCodecComponent). 
com.verisign.epp.interfaces.EPPDefReg.setExtension(EPPCodecComponent)
          Replaced by EPPDefReg.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPDefReg.addExtension(EPPCodecComponent). 
com.verisign.epp.interfaces.EPPContact.setExtension(EPPCodecComponent)
          Replaced by EPPContact.addExtension(EPPCodecComponent). This method will add the extension as is done in EPPContact.addExtension(EPPCodecComponent). 
com.verisign.epp.codec.domain.EPPDomainCheckResult.setIsKnown(boolean)
          As of EPP 1.0, replaced with EPPDomainCheckResult.setIsAvailable(boolean). 
com.verisign.epp.codec.host.EPPHostCheckResult.setIsKnown(boolean)
          As of EPP 1.0, replaced with EPPHostCheckResult.setIsAvailable(boolean). 
com.verisign.epp.codec.rgpext.EPPRgpExtReport.setPostWhois(String)
          Use EPPRgpExtReport.setPostData(String) 
com.verisign.epp.codec.rgpext.EPPRgpExtReport.setPreWhois(String)
          Use EPPRgpExtReport.setPreWhois(String) 
com.verisign.epp.namestore.interfaces.NSDomain.setSecDNSUpdateForAdd(List, boolean)
          Supports secDNS-1.0 and secDNS-1.1, but use the secDNS-1.1 method NSDomain.setSecDNSUpdate(List, List). 
com.verisign.epp.namestore.interfaces.NSDomain.setSecDNSUpdateForChg(List, boolean)
          Only supported with secDNS-1.0. Look to use the secDNS-1.1 method NSDomain.setSecDNSUpdate(List, List). 
com.verisign.epp.namestore.interfaces.NSDomain.setSecDNSUpdateForRem(List, boolean)
          Supports secDNS-1.0 and secDNS-1.1, but use the secDNS-1.1 method NSDomain.setSecDNSUpdate(List, List). 
com.verisign.epp.codec.rgpext.EPPRgpExtInfData.setStatus(EPPRgpExtStatus)
          EPPRgpExtInfData.addStatus(EPPRgpExtStatus) 
 



Copyright © VeriSign Inc. All Rights Reserved.