Skip navigation links
RESTEasy JAX-RS 3.0.23.Final

Package org.jboss.resteasy.spi.interception

JAX-RS specification 1.1 ({@link Description

  • Interface Summary 
    Interface Description
    AcceptedByMethod 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.
    ClientExecutionContext 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.
    ClientExecutionInterceptor 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.
    DecoratorProcessor<T,A extends Annotation>
    Part of a generic decorator framework.
    MessageBodyReaderContext 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.
    MessageBodyReaderInterceptor 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.
    MessageBodyWriterContext 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.
    MessageBodyWriterInterceptor 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.
    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.
    PreProcessInterceptor 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.

Package org.jboss.resteasy.spi.interception Description

JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311) had no interceptor framework, so Resteasy release 2.x provided one. However, JAX-RS specification 2.0 (https://www.jcp.org/aboutJava/communityprocess/final/jsr339/index.html) introduced an official interceptor/filter framework, so the older Resteasy interceptor framework is now deprecated. The relevant interfaces are defined in the javax.ws.rs.ext package of the jaxrs-api module.
RESTEasy JAX-RS 3.0.23.Final

Copyright © 2017 JBoss by Red Hat. All rights reserved.