Hello,
To solve this issue, you can access the CXF message like this:

Message message = PhaseInterceptorChain.getCurrentMessage(); 

Camel will copy Camel headers to CXF headers.  You can set your 'key' to
your map as a Camel Header and then grab it off the CXF message.

Thanks,
Yogesh



--
View this message in context: 
http://camel.465427.n5.nabble.com/Inject-camel-resources-into-Spring-bean-tp5724524p5724572.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to