Class 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