Versions Compared

Key

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

...

Distributed Tracing and JAX-WS support

Distributed tracing into in the Apache CXF is build primarily around JAX-RS 2.x implementation. However, JAX-WS is also supported but it requires to write some boiler-plate code and use Apache HTrace API directly. The JAX-WS is going to be enhanced in the nearest future. Essentially, from the server-side prospective the in/out interceptors, HTraceStartInterceptor and HTraceStopInterceptor, should be configured as part of interceptor chains. The span receiver should be configured manually though, using Apache HTrace API, for example:

...