org.jboss.resteasy.spi.interception
Interface MessageBodyReaderInterceptor


Deprecated.

@Deprecated
public interface MessageBodyReaderInterceptor

Wraps around invocations of MessageBodyReader.readFrom().

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 Object read(MessageBodyReaderContext context)
          Deprecated.  
 

Method Detail

read

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


Copyright © 2012. All Rights Reserved.