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 GenericFactory
getSuggestedBeanNameMethods inherited from class AbstractSpringPoweredDigesterFactory
createBean, createBean, isPrototypesOnly, setDigesterRuleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDigesterFactory
setDigester
-
Field Details
-
JMS_LISTENER_CLASSNAME_SUFFIX
- See Also:
-
CORRELATED_LISTENER_CLASSNAME
- See Also:
-
-
Constructor Details
-
ListenerFactory
public ListenerFactory()
-
-
Method Details
-
copyAttrsToMap
- Overrides:
copyAttrsToMapin classAbstractSpringPoweredDigesterFactory
-