We currently have a RESTful API using CXF 2.4.2. In one of my resource methods, I would like to process some query parameters and store the result in CXF messaging for later use of the output interceptor.
I tried to insert a WebServiceContext, as mentioned here , but it does not seem to work, perhaps because it is part of JAX-WS, and we use JAX-RS.
Any help would be greatly appreciated!
source share