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
static StreamCache StreamCacheConverter.convertToStreamCache(BytesSource source)
           
static StreamCache StreamCacheConverter.convertToStreamCache(InputStream stream, Exchange exchange)
           
static StreamCache StreamCacheConverter.convertToStreamCache(Reader reader, Exchange exchange)
           
static StreamCache StreamCacheConverter.convertToStreamCache(SAXSource source, Exchange exchange)
           
static StreamCache StreamCacheConverter.convertToStreamCache(StreamSource source, Exchange exchange)
           
static StreamCache StreamCacheConverter.convertToStreamCache(StringSource source)
           
 StreamCache CachedOutputStream.getStreamCache()
           
 

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



Apache CAMEL