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