Interface MessageBodyReaderContext
- All Known Implementing Classes:
ReaderInterceptorRegistry.MessageBodyReaderContextFacade
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.
- Version:
- $Revision: 1 $
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getAttribute(String attribute) Deprecated.Allows you to pass values back and forth between interceptors On the server side, this is the HttpRequest attributes, on the client side, this is the ClientRequest/ClientResponse attributes.Deprecated.Deprecated.Deprecated.javax.ws.rs.core.MediaTypeDeprecated.getType()Deprecated.proceed()Deprecated.voidremoveAttribute(String name) Deprecated.voidsetAnnotations(Annotation[] annotations) Deprecated.voidsetAttribute(String name, Object value) Deprecated.voidsetGenericType(Type genericType) Deprecated.voidDeprecated.voidsetMediaType(javax.ws.rs.core.MediaType mediaType) Deprecated.voidDeprecated.
-
Method Details
-
getType
Class getType()Deprecated. -
setType
Deprecated. -
getGenericType
Type getGenericType()Deprecated. -
setGenericType
Deprecated. -
getAnnotations
Annotation[] getAnnotations()Deprecated. -
setAnnotations
Deprecated. -
getMediaType
javax.ws.rs.core.MediaType getMediaType()Deprecated. -
setMediaType
void setMediaType(javax.ws.rs.core.MediaType mediaType) Deprecated. -
getHeaders
-
getInputStream
InputStream getInputStream()Deprecated. -
setInputStream
Deprecated. -
getAttribute
-
setAttribute
-
removeAttribute
Deprecated. -
proceed
Deprecated.- Throws:
IOExceptionjavax.ws.rs.WebApplicationException
-