Interface IForwardTarget

All Known Subinterfaces:
IDualModeValidator, IPipe, IValidator, IWrapperPipe, IXmlValidator
All Known Implementing Classes:
AbstractCollectorPipe, AbstractFileSystemPipe, AbstractLdapQueryPipe, AbstractPipe, AbstractResponseValidatorWrapper, AbstractValidator, AbstractValidator.ResponseValidatorWrapper, Adios2XmlPipe, AmountOfPagesPipe, ApiPrincipalPipe, ApiSoapWrapperPipe, ApiStreamPipe, ApiWsdlXmlValidator, AsyncSenderWithListenerPipe, Base64Pipe, BatchBlobTransformerPipe, BatchClobTransformerPipe, BatchFileTransformerPipe, BatchTransformerPipeBase, BisWrapperPipe, BlobLineIteratingPipe, BytesOutputPipe, ChecksumPipe, ClobLineIteratingPipe, CompareIntegerPipe, CompareStringPipe, CompressPipe, CounterSwitchPipe, CredentialCheckingPipe, CrlPipe, CsvParserPipe, DataSonnetPipe, DelayPipe, DirectWrapperPipe, DomainTransformerPipe, EchoPipe, EsbSoapValidator, EsbSoapWrapperPipe, EscapePipe, EtagHandlerPipe, ExceptionPipe, FixedForwardPipe, FixedResultPipe, ForEachAttachmentPipe, ForEachChildElementPipe, ForPipe, FxfWrapperPipe, FxfXmlValidator, GetFromSession, GetPrincipalPipe, GetTibcoQueues, HashPipe, IfPipe, IncreaseIntegerPipe, IsUserInRolePipe, IsXmlPipe, IteratingPipe, JdbcIteratingPipeBase, Json2XmlValidator, JsonPipe, JsonValidator, JsonWellFormedChecker, JsonXsltPipe, JwtPipe, LabelFormat, LadybugPipe, LarvaPipe, LdapFindGroupMembershipsPipe, LdapFindMemberPipe, LobLineIteratingPipeBase, LocalFileSystemPipe, LogContextPipe, MailSenderPipe, MessageSendingPipe, ObfuscatePipe, PasswordGeneratorPipe, PasswordHashPipe, PdfPipe, PGPPipe, PipeLineExit, PutInSession, PutSystemDateInSession, RegExPipe, RekenBoxCaller, RemoveCacheKeyPipe, RemoveFromSession, ReplacerPipe, ResultSetIteratingPipe, Samba1Pipe, Samba2Pipe, SambaPipe, SapLUWManager, ScanTibcoSolutionPipe, SenderPipe, SendTibcoMessage, SignaturePipe, SizePipe, SkipPipe, SoapValidator, SoapWrapperPipe, StreamLineIteratorPipe, StreamPipe, StreamTransformerPipe, StringIteratorPipe, Text2XmlPipe, TextSplitterPipe, TimeoutGuardPipe, UnzipPipe, UUIDGeneratorPipe, WsdlGeneratorPipe, WsdlGeneratorPipe, WsdlXmlValidator, XmlIf, XmlSwitch, XmlValidator, XmlValidator.ResponseValidatorWrapper, XmlWellFormedChecker, XQueryPipe, XsltPipe, ZipIteratorPipe, ZipWriterPipe

public interface IForwardTarget
IForwardTarget represents the destination of a PipeForward, so a IPipe or PipeLineExit.
Author:
Gerrit van Brakel
  • Method Summary

    Modifier and Type
    Method
    Description
    The part of the object that identifies its destination: The name of the Pipe or the name of the PipeLineExit.
  • Method Details

    • getName

      String getName()
      The part of the object that identifies its destination: The name of the Pipe or the name of the PipeLineExit.