[ 
https://issues.apache.org/jira/browse/CAMEL-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040305#comment-13040305
 ] 

Claus Ibsen commented on CAMEL-4023:
------------------------------------

You can now use {{"properties."}} as prefix for any additional properties in 
the endpoint uri. Likewise there is a getter/setter on the CxfEndpoint you can 
set from Java code.

> Allow to configure properties for ServerFactory in CXF endpoint uri
> -------------------------------------------------------------------
>
>                 Key: CAMEL-4023
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4023
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-cxf
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>
> The CXF ServerFactoryBean allow to configure custom properties. However those 
> cannot be configured in a pure endpoint uri, or with java DSL.
> Currently you have to use the CXF XML schema for that.
> We should add support so the CxfComponent parses additional 
> {{properties.XXX}} parameters and provide those to CXF.
> Likewise you should be able to set a Map with properties on the CxfEndpoint, 
> in case you do pure Java POJO creating of the endpoint.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to