See: Description
| 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.
|
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.
Copyright © 2019 JBoss by Red Hat. All rights reserved.