Uses of Class
org.frankframework.core.PipeLine
Packages that use PipeLine
Package
Description
-
Uses of PipeLine in org.frankframework.core
Methods in org.frankframework.core that return PipeLineMethods in org.frankframework.core with parameters of type PipeLineModifier and TypeMethodDescriptionvoid
AbstractResponseValidatorWrapper.setPipeLine
(PipeLine pipeline) void
Adapter.setPipeLine
(PipeLine pipeline) ThePipeLine
.void
IPipe.setPipeLine
(PipeLine pipeline) Allowing pipe to register things at Configuration time.void
DestinationValidator.validateListenerDestinations
(PipeLine pipeLine) -
Uses of PipeLine in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type PipeLineModifier and TypeMethodDescriptionvoid
EsbSoapWsdlGeneratorContext.addJmsBindingInfo
(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) EsbSoapValidator.buildExtensionContext
(PipeLine pipeLine) void
EsbSoapWrapperPipe.validateListenerDestinations
(PipeLine pipeLine) -
Uses of PipeLine in org.frankframework.http.rest
Methods in org.frankframework.http.rest with parameters of type PipeLineModifier and TypeMethodDescriptionstatic Optional
<Json2XmlValidator> ApiServiceDispatcher.getJsonInputValidator
(PipeLine pipeLine) static Optional
<Json2XmlValidator> ApiServiceDispatcher.getJsonOutputValidator
(PipeLine pipeline, String exit) -
Uses of PipeLine in org.frankframework.ladybug
Methods in org.frankframework.ladybug with parameters of type PipeLineModifier and TypeMethodDescriptionIbisDebuggerAdvice.debugPipeGetInputFrom
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession session) Provides advice forLimitingParallelExecutionPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession session)
LimitingParallelExecutionPipeProcessor is just after InputOutputPipeProcessor, so it sees the effect of the replacements made by the latter.IbisDebuggerAdvice.debugPipeInputOutputAbort
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession session) IbisDebuggerAdvice.debugPipeLineInputOutputAbort
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, String messageId, Message message, PipeLineSession session) IbisDebuggerAdvice.debugValidatorInputOutputAbort
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, IValidator validator, Message message, PipeLineSession session, String messageRoot) PipeDescriptionProvider.getPipeDescription
(PipeLine pipeLine, IPipe pipe) Get a PipeDescription object for the specified pipe.PipeDescriptionProvider.getResource
(PipeLine pipeLine, String resourceName) Return the content of the specified resource.LadybugReportGenerator.pipeAbort
(PipeLine pipeLine, IPipe pipe, String correlationId, Throwable throwable) <T> T
LadybugReportGenerator.pipelineAbort
(PipeLine pipeLine, String correlationId, Throwable throwable) LadybugReportGenerator.pipelineAbort
(PipeLine pipeLine, String correlationId, Message output) LadybugReportGenerator.pipelineInput
(PipeLine pipeLine, String correlationId, Message input) LadybugReportGenerator.pipelineOutput
(PipeLine pipeLine, String correlationId, Message output) <T> T
LadybugReportGenerator.pipeOutput
(PipeLine pipeLine, IPipe pipe, String correlationId, T output) -
Uses of PipeLine in org.frankframework.processors
Methods in org.frankframework.processors with parameters of type PipeLineModifier and TypeMethodDescriptionAbstractPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected abstract PipeRunResult
AbstractPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
CheckMessageSizePipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) CorePipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResult
ExceptionHandlingPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) InputOutputPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResult
InputOutputPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message inputMessage, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) Processes the pipe in the pipeline.LimitingParallelExecutionPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResult
LimitingParallelExecutionPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
LockerPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
LogPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
MonitoringPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) PipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResult
TrackPreviousPipeInMetadataProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
TransactionAttributePipeProcessor.processPipe
(PipeLine pipeline, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) CachePipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) CorePipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) InputOutputPipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) LimitingParallelExecutionPipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) LockerPipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) PipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) TransactionAttributePipeLineProcessor.processPipeLine
(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) AbstractPipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) CorePipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) LimitingParallelExecutionPipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) PipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) -
Uses of PipeLine in org.frankframework.soap
Methods in org.frankframework.soap with parameters of type PipeLineModifier and TypeMethodDescriptionvoid
WsdlGeneratorExtensionContext.addJmsBindingInfo
(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) WsdlGeneratorExtension.buildExtensionContext
(PipeLine pipeLine) Constructors in org.frankframework.soap with parameters of type PipeLineModifierConstructorDescriptionWsdlGenerator
(PipeLine pipeLine) WsdlGenerator
(PipeLine pipeLine, String generationInfo)