Package org.frankframework.pipes
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 org.frankframework.pipes.AbstractPipe
parameterNamesMustBeUniqueFields inherited from class org.frankframework.core.TransactionAttributes
logFields inherited from interface org.frankframework.core.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 StringgetParameterValue(ParameterValueList pvl, String parameterName) Methods inherited from class org.frankframework.pipes.AbstractPipe
addForward, addParameter, createBean, findForward, getAdapter, getEventSourceName, getParameterList, getRegisteredForwards, hasRegisteredForward, isRunning, registerEvent, setApplicationContext, setChompCharSize, 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 org.frankframework.core.TransactionAttributes
configureTransactionAttributes, isTransacted, isTransacted, setTransacted, setTransactionTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface org.frankframework.core.HasTransactionAttribute
getTransactionAttribute, getTransactionTimeout, getTxDef, setTransactionAttributeMethods inherited from interface org.frankframework.core.IForwardTarget
getNameMethods inherited from interface org.frankframework.core.IPipe
doPipe, getChompCharSize, getDurationThreshold, getElementToMove, getElementToMoveChain, getElementToMoveSessionKey, getEmptyInputReplacement, 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
-