org.apache.camel.processor.interceptor
Class StreamCachingInterceptor

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.processor.DelegateProcessor
          extended by org.apache.camel.processor.Interceptor
              extended by 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


Field Summary
 
Fields inherited from class org.apache.camel.processor.DelegateProcessor
processor
 
Constructor Summary
StreamCachingInterceptor()
           
StreamCachingInterceptor(Processor processor)
           
 
Method Summary
static void noStreamCaching(List<InterceptorType> interceptors)
          Remove the StreamCachingInterceptor type of interceptor from the given list of interceptors
 
Methods inherited from class org.apache.camel.processor.Interceptor
doStart, doStop, getInterceptorLogic, process, setInterceptorLogic
 
Methods inherited from class org.apache.camel.processor.DelegateProcessor
getProcessor, proceed, processNext, setProcessor, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamCachingInterceptor

public StreamCachingInterceptor()

StreamCachingInterceptor

public StreamCachingInterceptor(Processor processor)
Method Detail

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.