Uses of Class
org.apache.camel.model.InterceptorType

Packages that use InterceptorType
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor.interceptor   
 

Uses of InterceptorType in org.apache.camel.model
 

Subclasses of InterceptorType in org.apache.camel.model
 class InterceptorRef
           
 

Methods in org.apache.camel.model that return types with arguments of type InterceptorType
 List<InterceptorType> RouteType.getInterceptors()
           
 List<InterceptorType> RoutesType.getInterceptors()
           
 

Methods in org.apache.camel.model with parameters of type InterceptorType
 void ProcessorType.addInterceptor(InterceptorType interceptor)
           
 

Method parameters in org.apache.camel.model with type arguments of type InterceptorType
 void RouteType.setInterceptors(List<InterceptorType> interceptors)
           
 void RoutesType.setInterceptors(List<InterceptorType> interceptors)
           
 

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

Method parameters in org.apache.camel.processor.interceptor with type arguments of type InterceptorType
static void StreamCachingInterceptor.noStreamCaching(List<InterceptorType> interceptors)
          Remove this interceptor from the given list of interceptors
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.