Uses of Interface
org.apache.camel.spi.Debugger

Packages that use Debugger
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
 

Uses of Debugger in org.apache.camel
 

Methods in org.apache.camel that return Debugger
 Debugger CamelContext.getDebugger()
          Gets the current Debugger
 

Methods in org.apache.camel with parameters of type Debugger
 void CamelContext.setDebugger(Debugger debugger)
          Sets a custom Debugger
 

Uses of Debugger in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement Debugger
 class DefaultDebugger
          The default implementation of the Debugger.
 

Methods in org.apache.camel.impl that return Debugger
 Debugger DefaultCamelContext.getDebugger()
           
 

Methods in org.apache.camel.impl with parameters of type Debugger
 void DefaultCamelContext.setDebugger(Debugger debugger)
           
 

Uses of Debugger in org.apache.camel.processor.interceptor
 

Constructors in org.apache.camel.processor.interceptor with parameters of type Debugger
Debug(Debugger debugger)
           
 



Apache CAMEL