Package org.frankframework.receivers
Interface ReceiverAware<M>
- All Superinterfaces:
org.springframework.context.ApplicationContextAware
,org.springframework.beans.factory.Aware
,IConfigurable
,IConfigurationAware
,IListener<M>
,INamedObject
,IScopeProvider
- All Known Subinterfaces:
IPortConnectedListener<M>
- All Known Implementing Classes:
ApiListener
,JmsListener
,PushingJmsListener
When a listener implements this interface it will get a reference to it's
parent receiver.
- Author:
- Jaco de Groot
-
Method Summary
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.IConfigurationAware
getApplicationContext, getName
Methods inherited from interface org.frankframework.core.IListener
afterMessageProcessed, configure, extractMessage, start, stop
Methods inherited from interface org.frankframework.core.INamedObject
getName, setName
Methods inherited from interface org.frankframework.core.IScopeProvider
getConfigurationClassLoader
-
Method Details
-
setReceiver
-
getReceiver
-