Interface PostProcessInterceptor
-
@Deprecated public interface PostProcessInterceptor
Deprecated.The Resteasy interceptor facility introduced in release 2.x is replaced by the JAX-RS 2.0 compliant interceptor facility in release 3.0.x.Invoked in order, gives you access to the response before MessageBodyReader and Writers get invoked.- Version:
- $Revision: 1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
postProcess(ServerResponse response)
Deprecated.
-
-
-
Method Detail
-
postProcess
void postProcess(ServerResponse response)
Deprecated.
-
-