Package org.frankframework.processors
Class AbstractPipeLineProcessor
java.lang.Object
org.frankframework.processors.AbstractPipeLineProcessor
- All Implemented Interfaces:
PipeLineProcessor
- Direct Known Subclasses:
CachePipeLineProcessor
,InputOutputPipeLineProcessor
,LimitingParallelExecutionPipeLineProcessor
,LockerPipeLineProcessor
,TransactionAttributePipeLineProcessor
Baseclass for PipelineProcessors.
- Since:
- 4.11
- Author:
- Gerrit van Brakel
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.logging.log4j.Logger
protected PipeLineProcessor
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.processors.PipeLineProcessor
processPipeLine
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log -
pipeLineProcessor
-
-
Constructor Details
-
AbstractPipeLineProcessor
public AbstractPipeLineProcessor()
-
-
Method Details
-
setPipeLineProcessor
-