Package | Description |
---|---|
org.apache.camel.converter.stream |
Package with converters for dealing with stream-based messages
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
StreamCacheConverter.convertToByteArray(StreamCache cache,
Exchange exchange) |
static Serializable |
StreamCacheConverter.convertToSerializable(StreamCache cache,
Exchange exchange) |
Apache Camel