org.apache.camel.converter.stream
Interface StreamCache


public interface StreamCache

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

This is a useful feature for avoid message re-readability issues. This interface is mainly used by the StreamCachingInterceptor for determining if/how to wrap a stream-based message.


Method Summary
 void reset()
          Resets the StreamCache for a new stream consumption.
 

Method Detail

reset

void reset()
Resets the StreamCache for a new stream consumption.



Copyright © 2010 IONA Open Source Community. All Rights Reserved.