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.

Reply via email to