Interface ResultHandlerFactory

    • Method Detail

      • createResult

        ResultHandler createResult​(org.apache.camel.Exchange exchange)
                            throws Exception
        Creates the ResultHandler to use
        Parameters:
        exchange - the current exchange
        Returns:
        the result handler
        Throws:
        Exception