Class RegistryHandler

    • Constructor Detail

      • RegistryHandler

        public RegistryHandler()
    • Method Detail

      • doRegistryCreate

        protected EPPEventResponse doRegistryCreate​(EPPEvent aEvent,
                                                    java.lang.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,
                                                    java.lang.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,
                                                   java.lang.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,
                                                  java.lang.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,
                                                    java.lang.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.