org.apache.camel.processor.interceptor
Class StreamCachingInterceptor
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.DelegateProcessor
org.apache.camel.processor.Interceptor
org.apache.camel.processor.interceptor.StreamCachingInterceptor
- All Implemented Interfaces:
- Processor, Service
public class StreamCachingInterceptor
- extends Interceptor
Interceptor
that converts a message into a re-readable format
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
StreamCachingInterceptor
public StreamCachingInterceptor()
StreamCachingInterceptor
public StreamCachingInterceptor(Processor processor)
noStreamCaching
public static void noStreamCaching(List<InterceptorType> interceptors)
- Remove the
StreamCachingInterceptor
type of interceptor from the given list of interceptors
- Parameters:
interceptors
- the list of interceptors
Copyright © 2008 IONA Open Source Community. All Rights Reserved.