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

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

Thanks Willem. I wonder if there is a missing option on the CxfEndpoint for 
mtom-threshold?

This option is in the CXF source code:
    java.lang.String MTOM_THRESHOLD = "mtom-threshold";


> 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