Class ReaderInterceptorRegistry.ReaderInterceptorFacade
java.lang.Object
org.jboss.resteasy.core.interception.ReaderInterceptorRegistry.ReaderInterceptorFacade
- All Implemented Interfaces:
javax.ws.rs.ext.ReaderInterceptor
- Enclosing class:
ReaderInterceptorRegistry
public static class ReaderInterceptorRegistry.ReaderInterceptorFacade
extends Object
implements javax.ws.rs.ext.ReaderInterceptor
- Version:
- $Revision: 1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext)
-
Field Details
-
interceptor
-
-
Constructor Details
-
ReaderInterceptorFacade
-
-
Method Details
-
getInterceptor
-
aroundReadFrom
public Object aroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) throws IOException, javax.ws.rs.WebApplicationException - Specified by:
aroundReadFromin interfacejavax.ws.rs.ext.ReaderInterceptor- Throws:
IOExceptionjavax.ws.rs.WebApplicationException
-