Yes. exchange.getIn().getHeaders(); Or is there a header you couldn't find?
Best, Christian On Fri, Apr 20, 2012 at 12:09 PM, Tristan23 <tristanlst...@gmail.com> wrote: > I have a route with a CXF endpoint like this here: > > <cxf:cxfEndpoint id="CXF1" address="http://localhost:8090/myService1..." > serviceClass="CXF1Impl"/> > > <from uri="cxf:bean:CXF1" /> > <to ... some more stuff ... a processor e.g. to access HTTP header fields > > > Is it possible to have access to the HTTP header fields in the Camel route? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CXF-endpoint-access-to-HTTP-header-fields-tp5653839p5653839.html > Sent from the Camel - Users mailing list archive at Nabble.com. >