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 Detail

      • postProcess

        void postProcess​(ServerResponse response)
        Deprecated.