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
 java.lang.Object read(MessageBodyReaderContext context)
           
 

Method Detail

read

java.lang.Object read(MessageBodyReaderContext context)
                      throws java.io.IOException,
                             WebApplicationException
Parameters:
context -
Returns:
the object read
Throws:
java.io.IOException
WebApplicationException


Copyright © 2009. All Rights Reserved.