Uses of Interface
com.verisign.epp.framework.EPPEventHandler

Packages that use EPPEventHandler
com.verisign.epp.framework   
com.verisign.epp.serverstub Stub Server classes to support the server handler for use of the Change Poll Extension. 
 

Uses of EPPEventHandler in com.verisign.epp.framework
 

Classes in com.verisign.epp.framework that implement EPPEventHandler
 class EPPBalanceHandler
          This class provides an interface for handling EPP Balance Commands in a Server implementation.
 class EPPContactHandler
          The EPPContactHandler class provides an interface for handling EPP Contact Commands in a Server implementation.
 class EPPDefRegHandler
          The EPPDefRegHandler class provides an interface for handling EPP DefReg Commands in a Server implementation.
 class EPPDomainHandler
          The EPPDomainHandler class provides an interface for handling EPP Domain Commands in a Server implementation.
 class EPPEmailFwdHandler
          The EPPEmailFwdHandler class provides an interface for handling EPP EmailFwd Commands in a Server implementation.
 class EPPGenHandler
          The EPPGenHandler class provides an interface for handling General EPP Commands in a Server implementation.
 class EPPHostHandler
          The EPPHostHandler class provides an interface for handling Host EPP Commands in a Server implementation.
 class EPPIdnTableHandler
          The EPPIdnTableHandler class provides an interface for handling EPP IDN Table Commands in a Server implementation.
 class EPPNameVerificationHandler
          The EPPDomainVerificationCodeHandler class provides an interface for handling Domain Verification Code Commands in a Server implementation.
 class EPPNameWatchHandler
          The EPPNameWatchHandler class provides an interface for handling EPP NameWatch Commands in a Server implementation.
 class EPPRegistryHandler
          The EPPRegistryHandler class provides an interface for handling EPP Registry Commands in a Server implementation.
 class EPPSuggestionHandler
          The EPPSuggestionHandler class provides an interface for handling EPP Suggestion Commands in a Server implementation.
 class EPPWhoWasHandler
          This class provides an interface for handling EPP WhoWas Commands in a Server implementation.
 

Methods in com.verisign.epp.framework with parameters of type EPPEventHandler
 void EPPDispatcher.registerHandler(EPPEventHandler aHandler)
          Registers an EPPEvenHandler for notification of Events.
 void EPPByteArrayDispatcher.registerHandler(EPPEventHandler aHandler)
          Registers an EPPEvenHandler for notification of Events.
 

Uses of EPPEventHandler in com.verisign.epp.serverstub
 

Classes in com.verisign.epp.serverstub that implement EPPEventHandler
 class AllocationTokenDomainHandler
          The AllocationTokenDomainHandler class extends DomainHandler to include handling the allocation token extension.
 class BalanceHandler
          The BalanceHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPBalanceHandler class.
 class ChangePollDomainHandler
          The ChangePollDomainHandler class extends DomainHandler to include handling the change poll extension.
 class CoaDomainHandler
          The CoaDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class ContactHandler
          The ContactHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPContactHandler class.
 class DefRegHandler
          The DefRegHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDefRegHandler class.
 class DomainHandler
          The DomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class EmailFwdHandler
          The EmailFwdHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPEPPEmailFwdHandler class.
 class EPPTestGenHandler
          The EPPTestGenHandler class provides an test handler that loads EPPTestGenMapFactory for testing the EPP General (gen) package.
 class FeeDomainHandler
          The FeeDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class GenHandler
          The GenHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPGenHandler class.
 class HostHandler
          The HostHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPHostHandler class.
 class IdnDomainHandler
          The IdnDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class IdnMapDomainHandler
          The IdnMapDomainHandler class extends DomainHandler to include handling the IDN Map Extension.
 class IdnTableHandler
          The IdnMapDomainHandler class extends DomainHandler to include handling the IDN Map Extension.
 class JobsContactHandler
          Extension to the standard DomainHandler that looks for the EPPWhoisInf command extension with the info command and adds the EPPWhoisInfData extension to the response.
 class LaunchDomainHandler
          Extension to the standard DomainHandler that looks for the EPPLaunchInf command extension with the info command and adds the EPPLaunchInfData extension to the response.
 class LowBalanceDomainHandler
          The LowBalanceDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class NamestoreExtDomainHandler
          The NamestoreExtDomainHandler class extends DomainHandler to include responding with Namestore Extension attributes.
 class NamestoreExtHostHandler
          The NamestoreExtHostHandler class extends HostHandler to include responding with Namestore Extension attributes.
 class NameVerificationHandler
          Stub handler for the Name Verification commands.
 class NameWatchHandler
          The NameWatchHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPNameWatchHandler class.
 class NSDomainHandler
          The NSDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class PersRegDomainHandler
          The PersRegDomainHandler class extends DomainHandler to include responding with Personal Registration Extension attributes.
 class PersRegEmailFwdHandler
          The PersRegDomainHandler class extends EmailFwdHandler to include responding with Personal Registration Extension attributes.
 class PremiumDomainHandler
          Extension to the standard DomainHandler in support of premium domain.
 class RegistryHandler
           
 class RelatedDomainHandler
          The RelatedDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class RgpDomainHandler
          The RgpDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPRgpDomainHandler class.
 class SecDNSDomainHandler
          The SecDNSDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class.
 class SuggestionHandler
           
 class SyncDomainHandler
          The SyncDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPSyncDomainHandler class.
 class VerificationCodeDomainHandler
          The VerificationCodeDomainHandler class extends DomainHandler to include handling the verification code extension.
 class WhoisDomainHandler
          Extension to the standard DomainHandler that looks for the EPPWhoisInf command extension with the info command and adds the EPPWhoisInfData extension to the response.
 class WhoWasHandler
          This class is a concrete implementation of the abstract EPPWhoWasHandler class.
 



Copyright ? VeriSign Inc. All Rights Reserved.