public class CorePipeProcessor extends Object implements PipeProcessor
Constructor and Description |
---|
CorePipeProcessor() |
Modifier and Type | Method and Description |
---|---|
PipeRunResult |
processPipe(PipeLine pipeLine,
IPipe pipe,
Message message,
PipeLineSession pipeLineSession) |
PipeRunResult |
validate(PipeLine pipeLine,
IValidator validator,
Message message,
PipeLineSession pipeLineSession,
String messageRoot) |
public PipeRunResult processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) throws PipeRunException
processPipe
in interface PipeProcessor
PipeRunException
public PipeRunResult validate(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) throws PipeRunException
validate
in interface PipeProcessor
PipeRunException
Copyright © 2023 Frank!Framework. All rights reserved.