|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Intercept | |
---|---|
org.apache.camel.impl | Default implementation classes for Camel Core |
org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
org.apache.camel.spi | Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. |
Uses of Intercept in org.apache.camel.impl |
---|
Methods in org.apache.camel.impl with parameters of type Intercept | |
---|---|
void |
DefaultRouteContext.intercept(Intercept interceptor)
|
Uses of Intercept in org.apache.camel.processor |
---|
Classes in org.apache.camel.processor that implement Intercept | |
---|---|
class |
Interceptor
An interceptor which provides the processing logic as a pluggable processor which allows the DelegateProcessor.proceed(Exchange) method to be called at some point |
Uses of Intercept in org.apache.camel.spi |
---|
Methods in org.apache.camel.spi with parameters of type Intercept | |
---|---|
void |
RouteContext.intercept(Intercept interceptor)
Intercepts with the given interceptor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |