Interface IForwardTarget

All Known Subinterfaces:
IDualModeValidator, IPipe, IValidator, IWrapperPipe, IXmlValidator
All Known Implementing Classes:
AbstractCollectorPipe, AbstractLdapQueryPipe, AbstractPipe, AbstractResponseValidatorWrapper, AbstractValidator, AbstractValidator.ResponseValidatorWrapper, ApiPrincipalPipe, AsyncSenderWithListenerPipe, Base64Pipe, BlobLineIteratingPipe, BytesOutputPipe, ChecksumPipe, ClobLineIteratingPipe, CompareIntegerPipe, CompareStringPipe, CompressPipe, CounterSwitchPipe, CredentialCheckingPipe, CrlPipe, CsvParserPipe, DataSonnetPipe, DelayPipe, DomainTransformerPipe, EchoPipe, EscapePipe, EtagHandlerPipe, ExceptionPipe, FileLineIteratorPipe, FilenameSwitch, FixedForwardPipe, FixedResultPipe, ForEachChildElementPipe, ForPipe, GetFromSession, GetPrincipalPipe, HashPipe, IncreaseIntegerPipe, IsUserInRolePipe, IsXmlPipe, IteratingPipe, JdbcIteratingPipeBase, Json2XmlValidator, JsonPipe, JsonValidator, JsonWellFormedChecker, JsonXsltPipe, JwtPipe, LdapChallengePipe, LdapFindGroupMembershipsPipe, LdapFindMemberPipe, LobLineIteratingPipeBase, LogContextPipe, MailSenderPipe, MessageSendingPipe, PasswordGeneratorPipe, PasswordHashPipe, PGPPipe, PipeLineExit, PostboxRetrieverPipe, PutInSession, PutParametersInSession, PutSystemDateInSession, RegExPipe, RemoveCacheKeyPipe, RemoveFromSession, ReplacerPipe, ResultSetIteratingPipe, SenderPipe, SignaturePipe, SizePipe, SkipPipe, SoapValidator, SoapWrapperPipe, Stream2StringPipe, StreamLineIteratorPipe, StreamPipe, StringIteratorPipe, Text2XmlPipe, TextSplitterPipe, TimeoutGuardPipe, UnzipPipe, UUIDGeneratorPipe, WsdlGeneratorPipe, WsdlXmlValidator, XmlBuilderPipe, XmlFileElementIteratorPipe, 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 path of the PipeLineExit.
  • Method Details

    • getName

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