Hi Jacub,
Like you suggest, using an ExceptionMapper server-side and registering
a ClientResponseFilter client side should do the trick and is probably the
least intrusive way of achieving that goal.
On the ClientResponseFilter, you can probe the http response status and run
your logic accordingl
Hi Jakub!
I think you're looking for ContainerResponseFilter.
John
On Fri, Feb 27, 2015 at 8:03 AM Jakub Narloch wrote:
> So,
>
> After a quick research I am trying to find the counterpart
> of ClientErrorInterceptor for RESTEasy 3.x, any sugestions?
>
> Regards,
> Jakub Narloch
>
> 2015-02-27
So,
After a quick research I am trying to find the counterpart
of ClientErrorInterceptor for RESTEasy 3.x, any sugestions?
Regards,
Jakub Narloch
2015-02-27 11:37 GMT+01:00 Jakub Narloch :
> Hi,
>
> I think I have a quite interesting use case in our project, I had existing
> service layer that
Hi,
I think I have a quite interesting use case in our project, I had existing
service layer that now is being translated into JAX-RS endpoints by
exposing the existing service interfaces without changes and consuming them
through RESTEasy client proxies. Everything seems ok except for one thing,