Interface HasSender

All Superinterfaces:
INamedObject
All Known Implementing Classes:
BlobLineIteratingPipe, ClobLineIteratingPipe, FileLineIteratorPipe, ForEachChildElementPipe, IteratingPipe, JdbcIteratingPipeBase, JmsListener, JmsListenerBase, LobLineIteratingPipeBase, MailSenderPipe, MessageSendingPipe, PullingJmsListener, PushingJmsListener, Receiver, ResultSetIteratingPipe, SenderPipe, StreamLineIteratorPipe, StringIteratorPipe, XmlFileElementIteratorPipe, ZipIteratorPipe

public interface HasSender extends INamedObject
The HasSender is allows objects to declare that they have a Sender. This is used for instance in ShowConfiguration, to show the Senders of receivers that have one
Author:
Gerrit van Brakel
  • Method Details