Class AbstractProcessingHandler<COMPONENT extends Processor>

All Implemented Interfaces:
HttpRequestHandler, RequestHandler, SharedResource
Direct Known Subclasses:
ProcessingHandler

public abstract class AbstractProcessingHandler<COMPONENT extends Processor> extends LoggingRequestHandler
Superclass of handlers invoking some kind of processing chain.

COMPONENT: The type of the processing components of which this executes a chain

Author:
bratseth, Tony Vaagenes, Steinar Knutsen