Class FixedForwardPipe
java.lang.Object
org.frankframework.core.TransactionAttributes
org.frankframework.pipes.AbstractPipe
org.frankframework.pipes.FixedForwardPipe
- All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle
- Direct Known Subclasses:
AbstractCollectorPipe, AbstractFileSystemPipe, AbstractLdapQueryPipe, AbstractValidator, Adios2XmlPipe, AmountOfPagesPipe, ApiPrincipalPipe, Base64Pipe, BytesOutputPipe, CompressPipe, CounterSwitchPipe, CredentialCheckingPipe, CrlPipe, CsvParserPipe, DataSonnetPipe, DelayPipe, DirectWrapperPipe, DomainTransformerPipe, EchoPipe, EscapePipe, EtagHandlerPipe, FixedResultPipe, GetFromSessionPipe, GetPrincipalPipe, HashPipe, IncreaseIntegerPipe, IsUserInRolePipe, JsonPathPipe, JsonPipe, JsonWellFormedCheckerPipe, JwtPipe, LabelFormat, LadybugPipe, LarvaPipe, LogContextPipe, MessageSendingPipe, ObfuscatePipe, PasswordGeneratorPipe, PasswordHashPipe, PdfPipe, PGPPipe, PutInSessionPipe, PutSystemDateInSession, RekenBoxCallerPipe, RemoveCacheKeyPipe, RemoveFromSessionPipe, ReplacerPipe, SapLUWManagerPipe, ScanTibcoSolutionPipe, SignaturePipe, SizePipe, SkipPipe, SoapWrapperPipe, StreamPipe, StreamTransformerPipe, Text2XmlPipe, TextSplitterPipe, TimeoutGuardPipe, UnzipPipe, UUIDGeneratorPipe, WsdlGeneratorPipe, WsdlGeneratorPipe, XmlWellFormedCheckerPipe, XQueryPipe, XsltPipe
@Forward(name="success",
description="successful processing of the message of the pipe")
public abstract class FixedForwardPipe
extends AbstractPipe
Provides a base class for a Pipe that always has the same forward.
Subclasses should call
super.configure() in their configure() methods.- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from class AbstractPipe
parameterNamesMustBeUniqueFields inherited from class TransactionAttributes
logFields inherited from interface IPipe
LONG_DURATION_MONITORING_EVENT, MESSAGE_SIZE_MONITORING_EVENT, PIPE_EXCEPTION_MONITORING_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks for correct configuration of forward.protected @Nullable StringgetParameterValue(@NonNull ParameterValueList pvl, String parameterName) Methods inherited from class AbstractPipe
addForward, addParameter, createBean, findForward, getAdapter, getEventSourceName, getParameterList, getRegisteredForwards, hasRegisteredForward, isRunning, registerEvent, setApplicationContext, setChompCharSize, setDefaultValue, setDurationThreshold, setElementToMove, setElementToMoveChain, setElementToMoveSessionKey, setEmptyInputReplacement, setGetInputFromFixedValue, setGetInputFromSessionKey, setHideRegex, setIfParam, setIfValue, setLocker, setLogIntermediaryResults, setMaxThreads, setName, setOnlyIfSessionKey, setOnlyIfValue, setPreserveInput, setRemoveCompactMsgNamespaces, setRestoreMovedElements, setSecLogSessionKeys, setSizeStatistics, setSkipOnEmptyInput, setStoreResultInSessionKey, setUnlessSessionKey, setUnlessValue, setWriteToSecLog, sizeStatisticsEnabled, skipPipe, start, stop, throwEventMethods inherited from class TransactionAttributes
configureTransactionAttributes, isTransacted, isTransacted, setTransacted, setTransactionTimeoutMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface HasTransactionAttribute
getTransactionAttribute, getTransactionTimeout, getTxDef, setTransactionAttributeMethods inherited from interface IForwardTarget
getNameMethods inherited from interface IPipe
doPipe, getChompCharSize, getDefaultValue, getDurationThreshold, getElementToMove, getElementToMoveChain, getElementToMoveSessionKey, getGetInputFromFixedValue, getGetInputFromSessionKey, getHideRegex, getIfParam, getIfValue, getLocker, getLogIntermediaryResults, getMaxThreads, getOnlyIfSessionKey, getOnlyIfValue, getSecLogSessionKeys, getStoreResultInSessionKey, getUnlessSessionKey, getUnlessValue, isPreserveInput, isRemoveCompactMsgNamespaces, isRestoreMovedElements, isSkipOnEmptyInput, isWriteToSecLog, setPipeLine, throwEvent
-
Constructor Details
-
FixedForwardPipe
public FixedForwardPipe()
-
-
Method Details
-
configure
Checks for correct configuration of forward.- Specified by:
configurein interfaceIConfigurable- Overrides:
configurein classAbstractPipe- Throws:
ConfigurationException- in case it was not able to configure the component.
-
getParameterValue
-