org.jboss.resteasy.spi.interception
Interface MessageBodyReaderInterceptor

All Known Implementing Classes:
DigitalVerificationHeaderDecorator, DigitalVerificationInterceptor, 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,
                   WebApplicationException
Parameters:
context -
Returns:
the object read
Throws:
IOException
WebApplicationException


Copyright © 2012. All Rights Reserved.