|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Reader s |
class |
SourceCache
StreamCache implementation for StringSource s |
class |
StreamSourceCache
StreamCache implementation for Cache the StreamSource StreamSource s |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |