|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
class |
InterceptorRef
|
Methods in org.apache.camel.model that return types with arguments of type InterceptorType | |
---|---|
List<InterceptorType> |
RoutesType.getInterceptors()
|
List<InterceptorType> |
RouteType.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 |
RoutesType.setInterceptors(List<InterceptorType> interceptors)
|
void |
RouteType.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |