Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: very tiny clarification

...

  1. If you are using CXF 2.0.x, you must add the SAAJ(In/Out)Interceptors if you're using WS-Security. (This is done automatically for you with CXF 2.1) These enable creation of a DOM tree for each request/response which is required . The support libraries for WS-Security require DOM trees.
  2. You may not need both in and out WS-Security. For instance, if you are just requiring signatures on incoming messages, you'll just need the incoming interceptors.

...