Class RelatedDomainHandler

All Implemented Interfaces:
EPPEventHandler

public class RelatedDomainHandler extends DomainHandler
The RelatedDomainHandler class is a concrete implementation of the abstract com.verisign.epp.framework.EPPDomainHandler class. It defines the Server's response to all received EPP Domain Commands.
See Also:
  • Constructor Details

    • RelatedDomainHandler

      public RelatedDomainHandler()
      Constructs an instance of RelatedDomainHandler
  • Method Details

    • 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 RelatedDomaindHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doDomainDelete

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

      protected EPPEventResponse doDomainRenew(EPPEvent aEvent, Object aData)
      Invoked when a Domain Renew command is received.
      Overrides:
      doDomainRenew in class DomainHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this RelatedDomaindHandler
      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 RelatedDomaindHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doDomainTransfer

      protected EPPEventResponse doDomainTransfer(EPPEvent aEvent, Object aData)
      Invoked when a Domain Transfer command is received.
      Overrides:
      doDomainTransfer in class DomainHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this RelatedDomaindHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • 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 RelatedDomaindHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.