Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Logging Messages

...

and Tools for Debugging

Logging Messages

CXF uses Java SE Logging for both client- and server-side logging of SOAP requests and responses. Logging is activated by use of separate in/out interceptors that can be attached to the client and/or service as required. These interceptors can be specified either programmatically (via Java code and/or annotations) or via use of configuration files.

...