org.apache.camel.converter.stream
Class StreamCacheConverter
java.lang.Object
org.apache.camel.converter.stream.StreamCacheConverter
public class StreamCacheConverter
- extends Object
A set of Converter
methods for wrapping stream-based messages in a StreamCache
implementation to ensure message re-readability (e.g. multicasting, retrying, ...)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamCacheConverter
public StreamCacheConverter()
convertToStreamCache
public StreamCache convertToStreamCache(StreamSource source)
throws TransformerException
- Throws:
TransformerException
convertToStreamCache
public StreamCache convertToStreamCache(InputStream stream)
throws IOException
- Throws:
IOException
Copyright © 2008 IONA Open Source Community. All Rights Reserved.