Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Value

org.apache.cxf.io.CachedOutputStream.Threshold

The threshold value in bytes to switch from memory to file caching. Note that if you are using attachments, the value (or default value) set for the "attachment-memory-threshold" property will override this value.

org.apache.cxf.io.CachedOutputStream.MaxSize

The data size in bytes to limit the maximum data size to be cached

org.apache.cxf.io.CachedOutputStream.OutputDirectory

The directory name for storing the temporary files

org.apache.cxf.io.CachedOutputStream.CipherTransformation

The cipher transformation name for encryptiing encrypting the cached content

To change the default behavior for a specific bus, you can set the corresponding bus.io.CachedOutputStream properties (e.g., bus.io.CachedOutputStream.Threshold for org.apache.cxf.io.CachedOutputStream.Threshold).

...