Interface Channel

    • Method Detail

      • getErrorHandler

        Processor getErrorHandler()
        Gets the org.apache.camel.processor.ErrorHandler this Channel uses.
        Returns:
        the error handler, or null if no error handler is used.
      • getOutput

        Processor getOutput()
        Gets the wrapped output that at runtime should be delegated to.
        Returns:
        the output to route the Exchange to
      • getNextProcessor

        Processor getNextProcessor()
        Gets the next Processor to route to (not wrapped)
        Returns:
        the next processor
      • getRoute

        Route getRoute()
        Gets the Route
        Returns:
        the route context
      • getProcessorDefinition

        NamedNode getProcessorDefinition()
        Gets the definition of the next processor
        Returns:
        the processor definition