Charlie Read
2014-02-26 10:18:51 UTC
I have noticed three separate mechanisms for intervening
in the request / response processing:
- CXF interceptors
- JAX-RS filters
- servlet filters
Can someone explain the processing priority of each of these chains
with respect to one another?
For example, is the priority servlet filters => CXF interceptor => JAX-RS
filter,
or something else?
Thanks!
Charlie
in the request / response processing:
- CXF interceptors
- JAX-RS filters
- servlet filters
Can someone explain the processing priority of each of these chains
with respect to one another?
For example, is the priority servlet filters => CXF interceptor => JAX-RS
filter,
or something else?
Thanks!
Charlie