Class CheckMessageSizePipeProcessor
- java.lang.Object
-
- nl.nn.adapterframework.processors.PipeProcessorBase
-
- nl.nn.adapterframework.processors.CheckMessageSizePipeProcessor
-
- All Implemented Interfaces:
PipeProcessor
public class CheckMessageSizePipeProcessor extends PipeProcessorBase
- Author:
- Jaco de Groot
-
-
Field Summary
-
Fields inherited from class nl.nn.adapterframework.processors.PipeProcessorBase
log
-
-
Constructor Summary
Constructors Constructor Description CheckMessageSizePipeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PipeRunResult
processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message,PipeRunResult,PipeRunException> chain)
-
Methods inherited from class nl.nn.adapterframework.processors.PipeProcessorBase
processPipe, setPipeProcessor, validate
-
-
-
-
Method Detail
-
processPipe
protected PipeRunResult processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message,PipeRunResult,PipeRunException> chain) throws PipeRunException
- Specified by:
processPipe
in classPipeProcessorBase
- Throws:
PipeRunException
-
-