RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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

Method Summary
 Object read(MessageBodyReaderContext context)
           
 

Method Detail

read

Object read(MessageBodyReaderContext context)
            throws IOException,
                   javax.ws.rs.WebApplicationException
Parameters:
context -
Returns:
the object read
Throws:
IOException
javax.ws.rs.WebApplicationException

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.