Uses of Class
org.apache.camel.processor.Interceptor

Packages that use Interceptor
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.processor.interceptor Helper classes for interceptors. 
 

Uses of Interceptor in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type Interceptor
 void RouteContext.intercept(Interceptor interceptor)
           
 

Uses of Interceptor in org.apache.camel.processor
 

Constructors in org.apache.camel.processor with parameters of type Interceptor
ProceedProcessor(Interceptor interceptor)
           
 

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

Subclasses of Interceptor in org.apache.camel.processor.interceptor
 class StreamCachingInterceptor
          Interceptor that converts a message into a re-readable format
 



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