Class ReaderInterceptorExecutor

java.lang.Object
org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
All Implemented Interfaces:
InterceptorContext, ReaderInterceptorContext, InjectionManagerSupplier, PropertiesDelegate

public final class ReaderInterceptorExecutor extends Object implements ReaderInterceptorContext, InjectionManagerSupplier
Represents reader interceptor chain executor for both client and server side. It constructs wrapped interceptor chain and invokes it. At the end of the chain a message body reader execution interceptor is inserted, which finally reads an entity from the output stream provided by the chain.
Author:
Miroslav Fuksa, Jakub Podlesak