Versions Compared

Key

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

...

MultipartInputFilter and MultipartOutputFilter have been introduced. These filters can be used to modify the list of the attachments attachment parts or customize some of the individual part's properties, example, replace the part input stream, etc.

These filters can be registered from JAX-RS 2.0 client or container request/response filters or CXF in/out interceptors. MultipartInputFilter can be added to the list of the input filters which is identified by a "multipart.input.filters" property on the current CXF message. Likewise, MultipartOutputFilter can be added to the list of the output filters which is identified by a "multipart.output.filters" property on the current CXF message.

...