You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Thorsten Höger <li...@hoegernet.de> on 2014/05/08 07:26:36 UTC

AbstractFeature/Interceptors in CXF 3.0

Hi,

In one of my projects I use a AbstractFeature to intercept REST calls
and short circuit some invocations. [0]

This worked in CXF 2.7.x but is ignored in CXF 3.0. What do I have to
change?

Regards,
Thorsten

PS: Sorry if I overlooked something obvious

[0]:
https://github.com/taimos/restdoc-cxf/blob/master/src/main/java/org/restdoc/cxf/RestDocFeature.java
line 82