I have following configuration :
public void configure() throws Exception {
this.from("jetty:http://url")
.process(new Processor)
.to("seda:otherComponent");
}How can I add a ws-security in interceptor to jetty endpoint ? -- View this message in context: http://www.nabble.com/Add-ws-security-to-jetty-endpoint-tp17883208s22882p17883208.html Sent from the Camel - Users mailing list archive at Nabble.com.
