Package org.frankframework.core
Interface HasSender
- All Known Implementing Classes:
AbstractJmsListener
,AsyncSenderWithListenerPipe
,BlobLineIteratingPipe
,ClobLineIteratingPipe
,ForEachChildElementPipe
,IteratingPipe
,JdbcIteratingPipeBase
,JmsListener
,LobLineIteratingPipeBase
,MailSenderPipe
,MessageSendingPipe
,PullingJmsListener
,PushingJmsListener
,Receiver
,ResultSetIteratingPipe
,SenderPipe
,StreamLineIteratorPipe
,StringIteratorPipe
,ZipIteratorPipe
public interface HasSender
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 Summary
-
Method Details
-
getSender
ISender getSender()
-