Package org.frankframework.core
Interface HasSender
- All Known Implementing Classes:
AbstractJmsListener
,AsyncSenderWithListenerPipe
,BisJmsListener
,BlobLineIteratingPipe
,ClobLineIteratingPipe
,EsbJmsListener
,ForEachAttachmentPipe
,ForEachChildElementPipe
,FxfListener
,IteratingPipe
,JdbcIteratingPipeBase
,JmsListener
,LobLineIteratingPipeBase
,MailSenderPipe
,MessageSendingPipe
,PullingJmsListener
,PushingJmsListener
,Receiver
,ResultSetIteratingPipe
,SenderPipe
,StreamLineIteratorPipe
,StringIteratorPipe
,TibcoLogJmsListener
,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()
-