|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptStrategy | |
---|---|
org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.impl | Default implementation classes for Camel Core |
org.apache.camel.management | Camel JMX export services. |
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
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 that return types with arguments of type InterceptStrategy | |
---|---|
List<InterceptStrategy> |
Channel.getInterceptStrategies()
Gets the list of InterceptStrategy registered to this Channel. |
List<InterceptStrategy> |
CamelContext.getInterceptStrategies()
Gets the interceptor strategies |
Methods in org.apache.camel with parameters of type InterceptStrategy | |
---|---|
void |
Channel.addInterceptStrategy(InterceptStrategy strategy)
Adds a InterceptStrategy to apply each Exchange before
its routed to the next Processor . |
void |
CamelContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
Adds the given interceptor strategy |
Method parameters in org.apache.camel with type arguments of type InterceptStrategy | |
---|---|
void |
Channel.addInterceptStrategies(List<InterceptStrategy> strategy)
Adds a list of InterceptStrategy to apply each Exchange before
its routed to the next Processor . |
Uses of InterceptStrategy in org.apache.camel.impl |
---|
Methods in org.apache.camel.impl that return types with arguments of type InterceptStrategy | |
---|---|
List<InterceptStrategy> |
DefaultRouteContext.getInterceptStrategies()
|
List<InterceptStrategy> |
DefaultCamelContext.getInterceptStrategies()
|
Methods in org.apache.camel.impl with parameters of type InterceptStrategy | |
---|---|
void |
DefaultRouteContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
|
void |
DefaultCamelContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
|
Method parameters in org.apache.camel.impl with type arguments of type InterceptStrategy | |
---|---|
void |
DefaultRouteContext.setInterceptStrategies(List<InterceptStrategy> interceptStrategies)
|
void |
DefaultCamelContext.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.model |
---|
Methods in org.apache.camel.model that return types with arguments of type InterceptStrategy | |
---|---|
List<InterceptStrategy> |
ProcessorDefinition.getInterceptStrategies()
|
Methods in org.apache.camel.model with parameters of type InterceptStrategy | |
---|---|
void |
ProcessorDefinition.addInterceptStrategy(InterceptStrategy strategy)
|
Uses of InterceptStrategy in org.apache.camel.processor |
---|
Methods in org.apache.camel.processor that return types with arguments of type InterceptStrategy | |
---|---|
List<InterceptStrategy> |
DefaultChannel.getInterceptStrategies()
|
Methods in org.apache.camel.processor with parameters of type InterceptStrategy | |
---|---|
void |
DefaultChannel.addInterceptStrategy(InterceptStrategy strategy)
|
Method parameters in org.apache.camel.processor with type arguments of type InterceptStrategy | |
---|---|
void |
DefaultChannel.addInterceptStrategies(List<InterceptStrategy> strategies)
|
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 |
Delayer
An interceptor strategy for delaying routes. |
class |
HandleFault
InterceptStrategy implementation to handle faults as exceptions on a RouteContext |
class |
StreamCaching
InterceptStrategy implementation to configure stream caching on a RouteContext |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |