Class ListenerFactory
java.lang.Object
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
org.frankframework.configuration.digester.GenericFactory
org.frankframework.configuration.digester.ListenerFactory
- All Implemented Interfaces:
IDigesterFactory
Factory for instantiating listeners from the Digester framework.
Instantiates correlated listener in the context of a MessageSendingPipe.
- Since:
- 4.8
- Author:
- Tim van der Leeuw
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.configuration.digester.GenericFactory
getSuggestedBeanName
Methods inherited from class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
createBean, createBean, isPrototypesOnly, setDigesterRule
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.configuration.digester.IDigesterFactory
setDigester
-
Field Details
-
JMS_LISTENER_CLASSNAME_SUFFIX
- See Also:
-
CORRELATED_LISTENER_CLASSNAME
- See Also:
-
-
Constructor Details
-
ListenerFactory
public ListenerFactory()
-
-
Method Details
-
copyAttrsToMap
- Overrides:
copyAttrsToMap
in classAbstractSpringPoweredDigesterFactory
-