Hi,
I am wondering if there is a way to specify a default json provider at the
interceptor level. I want the interceptor to use jackson for marshalling and
unmarshalling. I am able to use jackson by making a reference to it from my
service like this :
<entry key="org.apache.cxf.rs.provider">
<array>
<ref bean="jsonProvider"/>
</array>
</entry>
However, I need to achieve the same thing at the interceptor level. I am
looking to extend the inbound and outbound interceptors to default jackson.
--
View this message in context:
http://cxf.547215.n5.nabble.com/cxf-custom-interceptor-tp5737985.html
Sent from the cxf-user mailing list archive at Nabble.com.