Class TtlDomainHandler

All Implemented Interfaces:
EPPEventHandler

public class TtlDomainHandler extends DomainHandler
The TtlDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class. It handles accepting commands in a server that supports more than one version of the TTL extension. The version specific TtlSubDomainHandler is called based on the TTL extension version passed or the set of login services provided by the client.
  • Constructor Details

    • TtlDomainHandler

      public TtlDomainHandler()
  • Method Details

    • doDomainInfo

      protected EPPEventResponse doDomainInfo(EPPEvent aEvent, Object aData)
      Invoked when a Domain Info command is received.
      Overrides:
      doDomainInfo in class DomainHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPDomaindHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doDomainCreate

      protected EPPEventResponse doDomainCreate(EPPEvent aEvent, Object aData)
      Invoked when a Domain Create command is received.
      Overrides:
      doDomainCreate in class DomainHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPDomaindHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doDomainUpdate

      protected EPPEventResponse doDomainUpdate(EPPEvent aEvent, Object aData)
      Invoked when a Domain Update command is received.
      Overrides:
      doDomainUpdate in class DomainHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPDomaindHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.