Class RegistryHandler

java.lang.Object
com.verisign.epp.framework.EPPRegistryHandler
com.verisign.epp.serverstub.RegistryHandler
All Implemented Interfaces:
EPPEventHandler

public class RegistryHandler extends EPPRegistryHandler
  • Constructor Details

    • RegistryHandler

      public RegistryHandler()
  • Method Details

    • doRegistryCreate

      protected EPPEventResponse doRegistryCreate(EPPEvent aEvent, Object aData)
      Description copied from class: EPPRegistryHandler
      Invoked when a Registry Create command is received. Subclasses should define the behavior when a Registry Create command is received.
      Specified by:
      doRegistryCreate in class EPPRegistryHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPRegistryHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doRegistryUpdate

      protected EPPEventResponse doRegistryUpdate(EPPEvent aEvent, Object aData)
      Description copied from class: EPPRegistryHandler
      Invoked when a Registry Update command is received. Subclasses should define the behavior when a Registry Update command is received.
      Specified by:
      doRegistryUpdate in class EPPRegistryHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPRegistryHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doRegistryCheck

      protected EPPEventResponse doRegistryCheck(EPPEvent aEvent, Object aData)
      Description copied from class: EPPRegistryHandler
      Invoked when a Registry Check command is received. Subclasses should define the behavior when a Registry Check command is received.
      Specified by:
      doRegistryCheck in class EPPRegistryHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPRegistryHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doRegistryInfo

      protected EPPEventResponse doRegistryInfo(EPPEvent aEvent, Object aData)
      Description copied from class: EPPRegistryHandler
      Invoked when a Registry Info command is received. Subclasses should define the behavior when a Registry Info command is received.
      Specified by:
      doRegistryInfo in class EPPRegistryHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPRegistryHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doRegistryDelete

      protected EPPEventResponse doRegistryDelete(EPPEvent aEvent, Object aData)
      Invoked when a Registry Delete command is received.
      Specified by:
      doRegistryDelete in class EPPRegistryHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPRegistryHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.