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

Packages that use InterceptStrategy
org.apache.camel The core Camel API 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel JMX export services. 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of InterceptStrategy in org.apache.camel
 

Methods in org.apache.camel with parameters of type InterceptStrategy
 void CamelContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
          Adds the given interceptor strategy
 

Uses of InterceptStrategy in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return types with arguments of type InterceptStrategy
 List<InterceptStrategy> DefaultCamelContext.getInterceptStrategies()
           
 List<InterceptStrategy> DefaultRouteContext.getInterceptStrategies()
           
 

Methods in org.apache.camel.impl with parameters of type InterceptStrategy
 void DefaultCamelContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
           
 void DefaultRouteContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
           
 

Method parameters in org.apache.camel.impl with type arguments of type InterceptStrategy
 void DefaultCamelContext.setInterceptStrategies(List<InterceptStrategy> interceptStrategies)
           
 void DefaultRouteContext.setInterceptStrategies(List<InterceptStrategy> interceptStrategies)
           
 

Uses of InterceptStrategy in org.apache.camel.management
 

Classes in org.apache.camel.management that implement InterceptStrategy
 class InstrumentationInterceptStrategy
          This strategy class wraps targeted processors with a InstrumentationProcessor.
 

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

Classes in org.apache.camel.processor.interceptor that implement InterceptStrategy
 class Debugger
          An interceptor strategy for debugging and tracing routes
 class Tracer
          An interceptor strategy for tracing routes
 

Uses of InterceptStrategy in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return types with arguments of type InterceptStrategy
 List<InterceptStrategy> RouteContext.getInterceptStrategies()
          This method retrieves the InterceptStrategy instances this route context.
 

Methods in org.apache.camel.spi with parameters of type InterceptStrategy
 void RouteContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
          Adds a InterceptStrategy to this route context
 

Method parameters in org.apache.camel.spi with type arguments of type InterceptStrategy
 void RouteContext.setInterceptStrategies(List<InterceptStrategy> interceptStrategies)
          This method sets the InterceptStrategy instances on this route context.
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.