Uses of Class
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
Packages that use AbstractSpringPoweredDigesterFactory
-
Uses of AbstractSpringPoweredDigesterFactory in org.frankframework.configuration.digester
Modifier and TypeClassDescriptionclass
Generic factory for instantiating beans from the Digester framework.class
Factory for the JMS Realms instance, which holds all JMS Realm definitions found in the Configuration File.class
Factory for instantiating Schedules Jobs from the Digester framework.class
Factory for instantiating listeners from the Digester framework.class
Factory for instantiating Parameters from the Digester framework.class
Registers the newly created bean directly in Spring, which will manage it'sLifecycle
. -
Uses of AbstractSpringPoweredDigesterFactory in org.frankframework.monitoring
Subclasses of AbstractSpringPoweredDigesterFactory in org.frankframework.monitoringModifier and TypeClassDescriptionclass
Factory for the MonitorManagers, returns the context's manager This bean is a singleton, not a prototype, which is why the GenericFactory can not be used.