Yes, I do this now, but I need to crypt also with ws-security


Claus Ibsen wrote:
> 
> Hi
> 
> Another approach could be to use crypt on the transport layer you can use
> SSL (https) with camel-jetty.
> 
> There is even a unit test in the source code that demonstrates this
> (HttpsRouteTest).
> 
> http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpsRouteTest.java?view=log
> 
> 
> 
> Med venlig hilsen
>  
> Claus Ibsen
> ......................................
> Silverbullet
> Skovsgårdsvænget 21
> 8362 Hørning
> Tlf. +45 2962 7576
> Web: www.silverbullet.dk
> 
> -----Original Message-----
> From: Micky Santomax [mailto:[EMAIL PROTECTED] 
> Sent: 18. juni 2008 12:42
> To: [email protected]
> Subject: Re: Add ws-security to jetty endpoint
> 
> 
> 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.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Add-ws-security-to-jetty-endpoint-tp17883208s22882p17980762.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to