Uses of Interface
javax.ws.rs.ext.ReaderInterceptor

Packages that use ReaderInterceptor
org.jboss.resteasy.cdi.decorators This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources 
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.core.messagebody   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.security.doseta   
 

Uses of ReaderInterceptor in org.jboss.resteasy.cdi.decorators
 

Classes in org.jboss.resteasy.cdi.decorators that implement ReaderInterceptor
 class BookReaderInterceptor
           
 class BookReaderInterceptorDecorator
           
 

Uses of ReaderInterceptor in org.jboss.resteasy.client.core
 

Fields in org.jboss.resteasy.client.core declared as ReaderInterceptor
protected  ReaderInterceptor[] BaseClientResponse.readerInterceptors
           
 

Methods in org.jboss.resteasy.client.core that return ReaderInterceptor
protected  ReaderInterceptor[] ClientInterceptorRepositoryImpl.getReaderInterceptors()
           
 

Methods in org.jboss.resteasy.client.core that return types with arguments of type ReaderInterceptor
 LinkedList<ReaderInterceptor> ClientInterceptorRepositoryImpl.getReaderInterceptorList()
           
 LinkedList<ReaderInterceptor> ClientInterceptorRepository.getReaderInterceptorList()
           
 

Methods in org.jboss.resteasy.client.core with parameters of type ReaderInterceptor
protected  void ClientInterceptorRepositoryImpl.setReaderInterceptors(ReaderInterceptor[] readerInterceptors)
           
 void BaseClientResponse.setReaderInterceptors(ReaderInterceptor[] readerInterceptors)
           
 

Uses of ReaderInterceptor in org.jboss.resteasy.client.jaxrs.internal
 

Methods in org.jboss.resteasy.client.jaxrs.internal that return ReaderInterceptor
 ReaderInterceptor[] ClientConfiguration.getReaderInterceptors(Class declaring, AccessibleObject target)
           
 

Uses of ReaderInterceptor in org.jboss.resteasy.core.interception
 

Classes in org.jboss.resteasy.core.interception that implement ReaderInterceptor
static class ReaderInterceptorRegistry.ReaderInterceptorFacade
           
 

Fields in org.jboss.resteasy.core.interception declared as ReaderInterceptor
protected  ReaderInterceptor[] AbstractReaderInterceptorContext.interceptors
           
 

Constructors in org.jboss.resteasy.core.interception with parameters of type ReaderInterceptor
AbstractReaderInterceptorContext(MediaType mediaType, MessageBodyReader reader, Annotation[] annotations, ReaderInterceptor[] interceptors, MultivaluedMap<String,String> headers, Type genericType, Class type, InputStream inputStream)
           
ClientReaderInterceptorContext(ReaderInterceptor[] interceptors, MessageBodyReader reader, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream inputStream, Map<String,Object> properties)
           
ServerReaderInterceptorContext(ReaderInterceptor[] interceptors, MessageBodyReader reader, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream inputStream, HttpRequest request)
           
 

Uses of ReaderInterceptor in org.jboss.resteasy.core.messagebody
 

Constructors in org.jboss.resteasy.core.messagebody with parameters of type ReaderInterceptor
ReaderUtility(ResteasyProviderFactory factory, ReaderInterceptor[] interceptors)
           
 

Uses of ReaderInterceptor in org.jboss.resteasy.plugins.interceptors.encoding
 

Classes in org.jboss.resteasy.plugins.interceptors.encoding that implement ReaderInterceptor
 class GZIPDecodingInterceptor
           
 

Uses of ReaderInterceptor in org.jboss.resteasy.security.doseta
 

Classes in org.jboss.resteasy.security.doseta that implement ReaderInterceptor
 class DigitalVerificationInterceptor
           
 



Copyright © 2013. All Rights Reserved.