-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
JBWS-3837, JBWS-3840, JBWS-3875 allow setting CXF interceptors and features through properties. We need a convention for setting parameters values in case of complex properties. A proposal is to use properties as in the example below:
| Property | Value |
|---|---|
| cxf.features | ##foo, ##bar |
| ##foo | org.apache.cxf.feature.GZIPFeature |
| ##foo.threshold | 0 |
| ##bar | org.apache.cxf.feature.RMFeature |