[JBoss JIRA] (JBWS-3879) Convention for declaring interceptor and feature parameters through properties
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3879?page=com.atlassian.jira.plugin.... ]
Alessio Soldano updated JBWS-3879:
----------------------------------
Description:
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|
was:
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|
> 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|##foo, ##bar|
> |##foo|org.apache.cxf.feature.GZIPFeature|
> |##foo.threshold|0|
> |##bar|org.apache.cxf.feature.RMFeature|
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)