Class WhoisDomainHandler

  • All Implemented Interfaces:
    EPPEventHandler

    public class WhoisDomainHandler
    extends DomainHandler
    Extension to the standard DomainHandler that looks for the EPPWhoisInf command extension with the info command and adds the EPPWhoisInfData extension to the response.
    • Constructor Detail

      • WhoisDomainHandler

        public WhoisDomainHandler()
        Constructs an instance of WhoisDomainHandler
    • Method Detail

      • doDomainInfo

        protected EPPEventResponse doDomainInfo​(EPPEvent aEvent,
                                                java.lang.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 EPPDomaindHandler
        Returns:
        EPPEventResponse The response that should be sent back to the client.