Uses of Interface
org.apache.camel.StreamCache

Packages that use StreamCache
org.apache.camel.converter.stream Package with converters for dealing with stream-based messages 
 

Uses of StreamCache in org.apache.camel.converter.stream
 

Classes in org.apache.camel.converter.stream that implement StreamCache
 class FileInputStreamCache
           
 class InputStreamCache
           
 class ReaderCache
          StreamCache implementation for Cache the Reader Readers
 class SourceCache
          StreamCache implementation for StringSources
 class StreamSourceCache
          StreamCache implementation for Cache the StreamSource StreamSources
 

Methods in org.apache.camel.converter.stream that return StreamCache
 StreamCache StreamCacheConverter.convertToStreamCache(BytesSource source)
           
 StreamCache StreamCacheConverter.convertToStreamCache(InputStream stream, Exchange exchange)
           
 StreamCache StreamCacheConverter.convertToStreamCache(Reader reader, Exchange exchange)
           
 StreamCache StreamCacheConverter.convertToStreamCache(SAXSource source, Exchange exchange)
           
 StreamCache StreamCacheConverter.convertToStreamCache(StreamSource source, Exchange exchange)
           
 StreamCache StreamCacheConverter.convertToStreamCache(StringSource source)
           
 StreamCache CachedOutputStream.getStreamCache()
           
 

Methods in org.apache.camel.converter.stream with parameters of type StreamCache
 byte[] StreamCacheConverter.convertToByteArray(StreamCache cache, Exchange exchange)
           
 Serializable StreamCacheConverter.convertToSerializable(StreamCache cache, Exchange exchange)
           
 



Apache CAMEL