Interface MessageBodyReaderInterceptor
-
@Deprecated public interface 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.Wraps around invocations of MessageBodyReader.readFrom().- Version:
- $Revision: 1 $
- See Also:
ReaderInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Object
read(MessageBodyReaderContext context)
Deprecated.
-
-
-
Method Detail
-
read
java.lang.Object read(MessageBodyReaderContext context) throws java.io.IOException, javax.ws.rs.WebApplicationException
Deprecated.- Parameters:
context
-- Returns:
- the object read
- Throws:
java.io.IOException
javax.ws.rs.WebApplicationException
-
-