Yeah, you could any CXF message context by looking up the CXF message from the Camel message header.
On Tue, Aug 7, 2012 at 8:50 AM, helander <leh...@gmail.com> wrote: > Thanks, > > I got it to work: > > > Message cxfMessage = > exchange.getIn().getHeader(CxfConstants.CAMEL_CXF_MESSAGE, Message.class); > HttpServletRequest request = > (HttpServletRequest)cxfMessage.get("HTTP.REQUEST"); > X509Certificate[] certs = (X509Certificate[]) > request.getAttribute("javax.servlet.request.X509Certificate"); > > > /Lars > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/HttpServletRequest-associated-with-CXF-endpoint-tp5716897p5716901.html > Sent from the Camel - Users mailing list archive at Nabble.com.