Class RZHostHandler

All Implemented Interfaces:
EPPEventHandler

public class RZHostHandler extends HostHandler
The RZHostHandler class is a concrete implementation of the com.verisign.epp.framework.EPPHostHandler class for the Root Zone. It defines the Server's response to all received EPP Host Commands.
See Also:
  • Constructor Details

    • RZHostHandler

      public RZHostHandler()
  • Method Details

    • doHostUpdate

      protected EPPEventResponse doHostUpdate(EPPEvent aEvent, Object aData)
      Invoked when a Domain command is received in the RZMS. A Change Action is constructed from the incoming message and passed to the server to be associated with the specified Change Request.
      Overrides:
      doHostUpdate in class HostHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this EPPHostdHandler
      Returns:
      EPPEventResponse The response that should be sent back to the client.