org.jboss.resteasy.spi.interception
Interface MessageBodyReaderInterceptor
- All Known Implementing Classes:
- GZIPDecodingInterceptor
public interface MessageBodyReaderInterceptor
Wraps around invocations of MessageBodyReader.readFrom().
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
read
Object read(MessageBodyReaderContext context)
throws IOException,
javax.ws.rs.WebApplicationException
- Parameters:
context
-
- Returns:
- the object read
- Throws:
IOException
javax.ws.rs.WebApplicationException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.