Versions Compared

Key

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

...

  • Client
  • Endpoint
  • Service
  • Bus
  • Binding

Writing an Interceptor

A demo called configuration_interceptor is shipped with CXF distribution, this demo shows you how to develope an user interceptor and add the interceptor into the interceptor chain through configuration.

Writing an interceptor is relatively simple. The best way to do this is to extend from an abstract class.

...