Thanks for reply, but I need to configure dynamic message routing in
RouteBuilder
without specifying anything in camel-context.xml

I use jetty because I have an https endpoint and I want to crypt message
with ws-security.

Can I do all this with CXF ?

My actual configuration is the follow :

    public void configure() throws Exception {
         this.from("jetty:https://url";)
              .process(new Processor)
              .to("seda:otherComponent");
     }

Now I need an interceptor for ws-security on https://url
-- 
View this message in context: 
http://www.nabble.com/Add-ws-security-to-jetty-endpoint-tp17883208s22882p17980063.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to