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 TypeMethodDescriptionvoidAbstractResponseValidatorWrapper.setPipeLine(PipeLine pipeline) voidAdapter.setPipeLine(PipeLine pipeline) ThePipeLine.voidIPipe.setPipeLine(PipeLine pipeline) Allowing pipe to register things at Configuration time.voidDestinationValidator.validateListenerDestinations(PipeLine pipeLine) -
Uses of PipeLine in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type PipeLineModifier and TypeMethodDescriptionvoidEsbSoapWsdlGeneratorContext.addJmsBindingInfo(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) EsbSoapValidator.buildExtensionContext(PipeLine pipeLine) voidEsbSoapWrapperPipe.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 pipeLineSession) 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 pipeLineSession) IbisDebuggerAdvice.debugPipeLineInputOutputAbort(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession) IbisDebuggerAdvice.debugValidatorInputOutputAbort(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, 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> TLadybugReportGenerator.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> TLadybugReportGenerator.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 PipeRunResultAbstractPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultCheckMessageSizePipeProcessor.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 PipeRunResultExceptionHandlingPipeProcessor.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 PipeRunResultInputOutputPipeProcessor.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 PipeRunResultLimitingParallelExecutionPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLockerPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLogPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultMonitoringPipeProcessor.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 PipeRunResultTrackPreviousPipeInMetadataProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultTransactionAttributePipeProcessor.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 TypeMethodDescriptionvoidWsdlGeneratorExtensionContext.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)