Avoid parsing the SOAP Body to DOM in WS-Security processing unless necessary
-----------------------------------------------------------------------------
Key: CXF-3366
URL: https://issues.apache.org/jira/browse/CXF-3366
Project: CXF
Issue Type: Improvement
Reporter: Colm O hEigeartaigh
Assignee: Colm O hEigeartaigh
Fix For: 2.4
This task is to take advantage of a new feature in WSS4J 1.6, which allows a
Callback to be used when processing a security header to supply a DOM Element:
https://issues.apache.org/jira/browse/WSS-257
This task is to write a Callback implementation for CXF so that we delay
converting the SOAP Body to DOM unless WSS4J asks us for it. The SOAP headers
are already converted to DOM, so this will potentially enable us to make some
efficiency savings in processing WS-Security enabled messages, where the SOAP
Body is large.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira