Interface MessageBodyWriterContext
- All Known Implementing Classes:
WriterInterceptorRegistry.MessageBodyWriterContextFacade
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.MediaType
Deprecated.Deprecated.getType()
Deprecated.void
proceed()
Deprecated.void
removeAttribute
(String name) Deprecated.void
setAnnotations
(Annotation[] annotations) Deprecated.void
setAttribute
(String name, Object value) Deprecated.void
Deprecated.void
setGenericType
(Type genericType) Deprecated.void
setMediaType
(javax.ws.rs.core.MediaType mediaType) Deprecated.void
Deprecated.void
Deprecated.
-
Method Details
-
getEntity
Object getEntity()Deprecated. -
setEntity
Deprecated. -
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
Deprecated. -
getOutputStream
OutputStream getOutputStream()Deprecated. -
setOutputStream
Deprecated. -
getAttribute
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.- Returns:
-
setAttribute
Deprecated. -
removeAttribute
Deprecated. -
proceed
Deprecated.- Throws:
IOException
javax.ws.rs.WebApplicationException
-