Uses of Interface
org.frankframework.configuration.digester.IDigesterFactory
Packages that use IDigesterFactory
-
Uses of IDigesterFactory in org.frankframework.configuration.digester
Classes in org.frankframework.configuration.digester that implement IDigesterFactoryModifier and TypeClassDescriptionclass
This is a factory for objects to be used with the 'factory-create-rule' of the Apache Digester framework as a replacement for the 'object-create-rule'.class
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 IDigesterFactory in org.frankframework.monitoring
Classes in org.frankframework.monitoring that implement IDigesterFactoryModifier 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.