Class ListenerFactory
java.lang.Object
org.apache.commons.digester3.AbstractObjectCreationFactory<Object>
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
org.frankframework.configuration.digester.GenericFactory
org.frankframework.configuration.digester.ListenerFactory
- All Implemented Interfaces:
org.apache.commons.digester3.ObjectCreationFactory<Object>
,IDigesterRuleAware
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
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 inherited from class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.configuration.digester.GenericFactory
getSuggestedBeanName
Methods inherited from class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
createBeanAndAutoWire, createObject, createObject, getApplicationContext, isPrototypesOnly, setApplicationContext, setDigesterRule
Methods inherited from class org.apache.commons.digester3.AbstractObjectCreationFactory
getDigester, 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
-