Hi, I'm adding an WSS4JInInterceptor and WSS4JOutInterceptor to my server that will host the web services.
I realize I can either add the interceptors to the cxf.xml or add them in manually if I'm using JaxWsServerFactoryBean to create a server etc... I will have multiple clients making requests and each will be signing and encrypting with it's own key. In my interceptor I will need to identify the client by reading either a header or a message content to know what keystore alias to use to encrypt/decrypt the message. How can i extract this identifying information before the message goes through the WSS4JInInterceptor? What is the best way of doing it? Appreciate your help.. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-interceptors-dynamic-usage-tp4903991p4903991.html Sent from the cxf-user mailing list archive at Nabble.com.
