Interface EPPUnhandledNamespacesMonitor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void monitorUnhandledNamespaces​(EPPResponse aOrigResponse, EPPResponse aFilteredResponse, boolean aNoOp, java.util.Set<java.lang.String> aUnhandledNamespaces, java.lang.Object aData)
      Method called to monitor for returning unhandled namespace information to clients and to report it to the clients out of band to EPP.
    • Method Detail

      • monitorUnhandledNamespaces

        void monitorUnhandledNamespaces​(EPPResponse aOrigResponse,
                                        EPPResponse aFilteredResponse,
                                        boolean aNoOp,
                                        java.util.Set<java.lang.String> aUnhandledNamespaces,
                                        java.lang.Object aData)
        Method called to monitor for returning unhandled namespace information to clients and to report it to the clients out of band to EPP. A form of monitoring could include logging, aggregating the logging, and reporting the returning of unhandled namespace information.
        Parameters:
        aOrigResponse - The original EPP response that was created without consideration of the namespaces supported by the client.
        aFilteredResponse - The filtered EPP response that includes the filtered the unhandled namespace XML into <extValue> elements.
        aNoOp - If set to true, the filter classes (EPPUnhandledNamespacesResponseFilter and EPPUnhandledNamespacesPollMessageFilter) are used only to identify for the use of unhandled namespaces and
        aUnhandledNamespaces - The list of unhandled namespace URIs that were filtered into <extValue> elements.
        aData - Data object passed to the filter classes (EPPUnhandledNamespacesResponseFilter and EPPUnhandledNamespacesPollMessageFilter).