]
Alessio Soldano updated JBWS-3879:
----------------------------------
Summary: Convention for declaring interceptor and feature parameters through
properties (was: Convention / implementation for interceptor and feature parameters
declaration through properties)
Convention for declaring interceptor and feature parameters through
properties
------------------------------------------------------------------------------
Key: JBWS-3879
URL:
https://issues.jboss.org/browse/JBWS-3879
Project: JBoss Web Services
Issue Type: Feature Request
Components: jbossws-cxf, jbossws-integration
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.0
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|org.jboss.ws.cxf.DelegateFeature.foo, org.apache.cxf.DelegateFeature.bar|
|org.jboss.ws.cxf.DelegateFeature.foo.class|org.apache.cxf.feature.GZIPFeature|
|org.jboss.ws.cxf.DelegateFeature.foo.threshold|0|
|org.jboss.ws.cxf.DelegateFeature.bar.class|org.apache.cxf.feature.RMFeature|