Class ReaderInterceptorExecutor

  • All Implemented Interfaces:
    InterceptorContext, ReaderInterceptorContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier, PropertiesDelegate

    public final class ReaderInterceptorExecutor
    extends Object
    implements ReaderInterceptorContext, org.glassfish.jersey.internal.inject.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