Interface IRequestHandler

    • Method Detail

      • doProcessRequest

        void doProcessRequest​(IMxRuntimeRequest request,
                              IMxRuntimeResponse response,
                              java.lang.String path)
                       throws java.lang.Exception
        Method that is called when a new request is to be processed.
        Parameters:
        request - the request to handler
        response - the response to update for the request
        path - the request path after the handler type (e.g. for "/xas/commit" the handler type is "xas/" and the path is "commit")
        Throws:
        java.lang.Exception