Uses of Interface
org.apache.camel.spi.StreamCachingStrategy

Packages that use StreamCachingStrategy
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management.mbean Camel management JMX MBeans 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of StreamCachingStrategy in org.apache.camel
 

Methods in org.apache.camel that return StreamCachingStrategy
 StreamCachingStrategy CamelContext.getStreamCachingStrategy()
          Gets the StreamCachingStrategy to use.
 

Methods in org.apache.camel with parameters of type StreamCachingStrategy
 void CamelContext.setStreamCachingStrategy(StreamCachingStrategy streamCachingStrategy)
          Sets a custom StreamCachingStrategy to use.
 

Uses of StreamCachingStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement StreamCachingStrategy
 class DefaultStreamCachingStrategy
          Default implementation of StreamCachingStrategy
 

Methods in org.apache.camel.impl that return StreamCachingStrategy
 StreamCachingStrategy DefaultCamelContext.getStreamCachingStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type StreamCachingStrategy
 void DefaultCamelContext.setStreamCachingStrategy(StreamCachingStrategy streamCachingStrategy)
           
 

Uses of StreamCachingStrategy in org.apache.camel.management.mbean
 

Methods in org.apache.camel.management.mbean that return StreamCachingStrategy
 StreamCachingStrategy ManagedStreamCachingStrategy.getStreamCachingStrategy()
           
 

Constructors in org.apache.camel.management.mbean with parameters of type StreamCachingStrategy
ManagedStreamCachingStrategy(CamelContext camelContext, StreamCachingStrategy streamCachingStrategy)
           
 

Uses of StreamCachingStrategy in org.apache.camel.processor
 

Constructors in org.apache.camel.processor with parameters of type StreamCachingStrategy
CamelInternalProcessor.StreamCachingAdvice(StreamCachingStrategy strategy)
           
 



Apache Camel