Maybe you can try out the camel-cxf component[1] instead of camel-jetty component.
You can add the ws-security interceptor to the CXF endpoint.

[1]http://cwiki.apache.org/CAMEL/cxf.html

Willem.
Micky Santomax wrote:
Can someone help me ?


Micky Santomax wrote:
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 ?



Reply via email to