Versions Compared

Key

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

...

Interceptors are used with both CXF clients and CXF servers. When a CXF client invokes a CXF server, there is an outgoing interceptor chain for the client and an incoming chain for the server. When the server sends the response back to the client, there is an outgoing chain for the server and an incoming one for the client. Additionally, in the case of SOAPFaults, a CXF web service will create a separate outbound error handling interceptor chain in the case of SOAPFaultsand the client an inbound one.

Some examples of interceptors inside CXF include:

...