Interface EPPEventHandler

    • Method Detail

      • handleEvent

        EPPEventResponse handleEvent​(EPPEvent aEvent,
                                     java.lang.Object aData)
                              throws EPPEventException
        Invoked when an EPPMessage should be handled
        Parameters:
        aEvent - The Event to be handled
        aData - Any additional data that may need to be received.
        Returns:
        EPPEventResponse The response to return
        Throws:
        EPPEventException - On handling event error
      • getNamespace

        java.lang.String getNamespace()
        The Namespace that a handler is associated with.
        Returns:
        String The Namespace that the handler is associated with.