Thank you Florian. That helped a lot.
I forgot to mention I'm most interested in Server and Bridge.
As reference for the interested reader: For SOAP this is implemented in
org.apache.cxf.io.CachedOutputStream$TransferableFileInputStream.
Regarding the configuration: CXF properties from
http://c
Hi Andreas,
SOAP messages are not streamed, they are buffered as well. Because CXF
is doing that, you will not find many traces in the OpenCMIS code. You
can configure the memory threshold and temp directory, though.
The Browser binding and the AtomPub binding support streaming without
buffe