I'm not allowed to change the camel-context.xml, I've to find a programmatic
way.


Willem.Jiang wrote
> You can define instance of CxfEndpointConfigurer the in
> the camel-context.xml just like this.

>    
> <bean id="myConfigurer"
> class="org.apache.camel.component.cxf.CxfTimeoutTest$MyCxfEndpointConfigurer"
> />
> --  
> Willem Jiang
> 
> Red Hat, Inc.
> Web: http://www.redhat.com
> Blog: http://willemjiang.blogspot.com (English)
> http://jnn.iteye.com (Chinese)
> Twitter: willemjiang  
> Weibo: 姜宁willem
> 
> 
> 
> On March 5, 2015 at 8:12:16 PM, cgiera (

> christoph.giera@

> ) wrote:
>> It's an web application, context is started via a subclass of the
>> ContextLoaderListener.
>> camel-context.xml
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>> The masterRoutesBuilder adds all routes to the context. Each route class
>> is
>> a sub class of RouteBuilder.
>> So our routes are configured in the configure method.
>>  
>> Additional Information:
>> If I use
>>  
>> and I look to the created endpoint the camelContext of it is of type
>> DefaultCamelContext.
>>  
>> If I use
>>  
>> and I look to the created endpoint the camelContext of it is of type
>> SpringCamelContext.
>>  
>> Could this be the problem, and if so how can i solve it?
>>  
>> kind regards,
>> Christoph
>>  
>>  
>>  
>>  
>>  
>> --
>> View this message in context:
>> http://camel.465427.n5.nabble.com/Camel-Cxf-How-can-I-change-the-namespace-of-my-incoming-message-tp5763634p5763665.html
>>   
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>





--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Cxf-How-can-I-change-the-namespace-of-my-incoming-message-tp5763634p5763674.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to