Package org.apache.camel.converter.stream

Package with converters for dealing with stream-based messages

See:
          Description

Interface Summary
StreamCache Tagging interface to indicate that a type is capable of caching the underlying data stream.
 

Class Summary
CachedOutputStream This output stream will store the content into a File if the stream context size is exceed the THRESHOLD which's default value is 64K.
FileInputStreamCache  
InputStreamCache  
StreamCacheConverter A set of Converter methods for wrapping stream-based messages in a StreamCache implementation to ensure message re-readability (eg multicasting, retrying)
 

Package org.apache.camel.converter.stream Description

Package with converters for dealing with stream-based messages



Copyright © 2009 Apache Software Foundation. All Rights Reserved.