Class WriterInterceptorExecutor

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

    public final class WriterInterceptorExecutor
    extends Object
    implements WriterInterceptorContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier
    Represents writer 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 writer execution interceptor is inserted, which writes entity to the output stream provided by the chain.
    Author:
    Miroslav Fuksa, Jakub Podlesak