If you are using the "action" based approach of using WS-Security (e.g. adding a WSS4JOutInterceptor with a "Signature" action), then the component that manages Signatures is:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/src/main/java/org/apache/wss4j/dom/action/SignatureAction.java?revision=1571742&view=co If you really wanted to write your own signature generation component (why?) then you could write your own "Action" implementation based on the SignatureAction above + plug it into the WSS4JOutInterceptor's "WSS4J_ACTION_MAP" property. Colm. On Tue, Jul 22, 2014 at 8:46 AM, Lenden <[email protected]> wrote: > Hello, > > First of all, I would like to know which component handles signature's > generation in WSS4J used in SOAP request's signature? > And my other question: is it possible to plug my own signature generation > component in WSS4J interceptors to sign SOAP requests? > > Thank you. > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Plug-WSS4J-with-my-own-signature-generation-for-SOAP-requests-tp5746713.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
