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 Helper classes for interceptors. 
 

Uses of InterceptorType in org.apache.camel.model
 

Subclasses of InterceptorType in org.apache.camel.model
 class HandleFaultType
          Represents an XML <handleFault/> element
 class InterceptorRef
          Base class for interceptor types.
 

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 RouteType.addInterceptor(InterceptorType interceptor)
           
 void ProcessorType.addInterceptor(InterceptorType interceptor)
          Adds an interceptor around the whole of this nodes processing
 void ProcessorType.intercept(InterceptorType interceptor)
          Intercepts outputs added to this node in the future (i.e.
 

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 the StreamCachingInterceptor type of interceptor from the given list of interceptors
 



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