|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractInterceptorDefinition | |
---|---|
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.processor.interceptor | Helper classes for interceptors. |
Uses of AbstractInterceptorDefinition in org.apache.camel.model |
---|
Subclasses of AbstractInterceptorDefinition in org.apache.camel.model | |
---|---|
class |
HandleFaultDefinition
Represents an XML <handleFault/> element |
class |
InterceptorDefinition
Base class for interceptor types. |
Methods in org.apache.camel.model that return types with arguments of type AbstractInterceptorDefinition | |
---|---|
List<AbstractInterceptorDefinition> |
RoutesDefinition.getInterceptors()
|
List<AbstractInterceptorDefinition> |
RouteDefinition.getInterceptors()
|
Methods in org.apache.camel.model with parameters of type AbstractInterceptorDefinition | |
---|---|
void |
RouteDefinition.addInterceptor(AbstractInterceptorDefinition interceptor)
|
void |
ProcessorDefinition.addInterceptor(AbstractInterceptorDefinition interceptor)
Adds an interceptor around the whole of this nodes processing |
void |
ProcessorDefinition.intercept(AbstractInterceptorDefinition interceptor)
Intercepts outputs added to this node in the future (i.e. |
Method parameters in org.apache.camel.model with type arguments of type AbstractInterceptorDefinition | |
---|---|
void |
RoutesDefinition.setInterceptors(List<AbstractInterceptorDefinition> interceptors)
|
void |
RouteDefinition.setInterceptors(List<AbstractInterceptorDefinition> interceptors)
|
Uses of AbstractInterceptorDefinition in org.apache.camel.processor.interceptor |
---|
Method parameters in org.apache.camel.processor.interceptor with type arguments of type AbstractInterceptorDefinition | |
---|---|
static void |
StreamCachingInterceptor.noStreamCaching(List<AbstractInterceptorDefinition> interceptors)
Remove the StreamCachingInterceptor type of interceptor from the given list of interceptors |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |