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

Packages that use ReaderInterceptor
org.glassfish.jersey.message Common Jersey messaging classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. 
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. 
 

Uses of ReaderInterceptor in org.glassfish.jersey.message
 

Classes in org.glassfish.jersey.message that implement ReaderInterceptor
 class DeflateEncoder
          Deflate encoding support.
 class GZipEncoder
          GZIP encoding support.
 

Methods in org.glassfish.jersey.message that return types with arguments of type ReaderInterceptor
 java.util.List<ReaderInterceptor> MessageBodyWorkers.getReaderInterceptors()
          Returns global reader interceptors.
 

Uses of ReaderInterceptor in org.glassfish.jersey.message.internal
 

Classes in org.glassfish.jersey.message.internal that implement ReaderInterceptor
 class ExceptionWrapperInterceptor
          Interceptor that transforms WebApplicationException to MessageBodyProcessingException.
 

Methods in org.glassfish.jersey.message.internal that return ReaderInterceptor
 ReaderInterceptor ReaderInterceptorExecutor.getNextInterceptor()
          Returns next interceptor in the chain.
 

Methods in org.glassfish.jersey.message.internal that return types with arguments of type ReaderInterceptor
 java.util.List<ReaderInterceptor> MessageBodyFactory.getReaderInterceptors()
           
 

Uses of ReaderInterceptor in org.glassfish.jersey.server.internal.routing
 

Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type ReaderInterceptor
 java.util.Collection<ReaderInterceptor> RoutingContext.getBoundReaderInterceptors()
          Get all reader interceptors applicable to this request.
 

Method parameters in org.glassfish.jersey.server.internal.routing with type arguments of type ReaderInterceptor
 void RuntimeModelBuilder.setBoundProviders(MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ContainerRequestFilter> nameBoundRequestFilters, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ContainerResponseFilter> nameBoundResponseFilters, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ReaderInterceptor> nameBoundReaderInterceptors, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,WriterInterceptor> nameBoundWriterInterceptors, java.util.List<DynamicBinder> dynamicBinders)
          Set the name bound filters and dynamic binders.
 void RuntimeModelBuilder.setGlobalInterceptors(java.util.Collection<ReaderInterceptor> readerInterceptors, java.util.Collection<WriterInterceptor> writerInterceptors)
          Set global reader and writer interceptors.
 

Uses of ReaderInterceptor in org.glassfish.jersey.server.model
 

Methods in org.glassfish.jersey.server.model that return types with arguments of type ReaderInterceptor
 java.util.List<ReaderInterceptor> ResourceMethodInvoker.getReaderInterceptors()
          Get all writer interceptors applicable to the resource method wrapped by this invoker.
 

Method parameters in org.glassfish.jersey.server.model with type arguments of type ReaderInterceptor
 ResourceMethodInvoker ResourceMethodInvoker.Builder.build(ResourceMethod method, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ContainerRequestFilter> nameBoundRequestFilters, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ContainerResponseFilter> nameBoundResponseFilters, java.util.Collection<ReaderInterceptor> globalReaderInterceptors, java.util.Collection<WriterInterceptor> globalWriterInterceptors, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ReaderInterceptor> nameBoundReaderInterceptors, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,WriterInterceptor> nameBoundWriterInterceptors, java.util.Collection<DynamicBinder> dynamicBinders)
          Build a new resource method invoker instance.
 ResourceMethodInvoker ResourceMethodInvoker.Builder.build(ResourceMethod method, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ContainerRequestFilter> nameBoundRequestFilters, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ContainerResponseFilter> nameBoundResponseFilters, java.util.Collection<ReaderInterceptor> globalReaderInterceptors, java.util.Collection<WriterInterceptor> globalWriterInterceptors, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,ReaderInterceptor> nameBoundReaderInterceptors, MultivaluedMap<java.lang.Class<? extends java.lang.annotation.Annotation>,WriterInterceptor> nameBoundWriterInterceptors, java.util.Collection<DynamicBinder> dynamicBinders)
          Build a new resource method invoker instance.
 

Uses of ReaderInterceptor in org.glassfish.jersey.spi
 

Classes in org.glassfish.jersey.spi that implement ReaderInterceptor
 class ContentEncoder
          Standard contract for plugging in content encoding support.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.