Class JobFactory
java.lang.Object
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
org.frankframework.configuration.digester.GenericFactory
org.frankframework.configuration.digester.JobFactory
- All Implemented Interfaces:
IDigesterFactory
Factory for instantiating Schedules Jobs from the Digester framework.
Instantiates the job based on the function specified.
- Author:
- Niels Meijer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBean(org.springframework.context.ApplicationContext applicationContext, Map<String, String> attrs) Create Object from Spring factory, but using the attributes from the XML converted to a Map.Methods inherited from class GenericFactory
getSuggestedBeanNameMethods inherited from class AbstractSpringPoweredDigesterFactory
copyAttrsToMap, createBean, isPrototypesOnly, setDigesterRuleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDigesterFactory
setDigester
-
Constructor Details
-
JobFactory
public JobFactory()
-
-
Method Details
-
createBean
public Object createBean(org.springframework.context.ApplicationContext applicationContext, Map<String, String> attrs) throws ClassNotFoundExceptionDescription copied from class:AbstractSpringPoweredDigesterFactoryCreate Object from Spring factory, but using the attributes from the XML converted to a Map. This is so that sub-classes can override this method and change attributes in the map before creating the object from the Spring factory.- Overrides:
createBeanin classAbstractSpringPoweredDigesterFactory- Throws:
ClassNotFoundException
-