Apache CXF API

Package org.apache.cxf.io

Interface Summary
CachedOutputStreamCallback  
CachedWriterCallback  
CopyingOutputStream Marker interface for OutputStreams that can directly support copying from an input stream.
Transferable Implementing classes support transfer of their data to a file.
 

Class Summary
AbstractThresholdOutputStream Outputstream that will buffer a certain amount before writing anything to the underlying stream.
AbstractWrappedOutputStream Provides a convenient hook onFirstWrite() for those needing to wrap an output stream.
CacheAndWriteOutputStream This outputstream implementation will both write to the outputstream that is specified and cache the data at the same time.
CachedOutputStream  
CachedWriter  
CipherPair A class to hold a pair of encryption and decryption ciphers.
DelegatingInputStream  
WriteOnCloseOutputStream This outputstream implementation will cache the message until close() is called, at which point it will write the message to the OutputStream supplied via the constructor.
 

Exception Summary
CacheSizeExceededException  
 


Apache CXF API

Apache CXF