Class JobFactory

java.lang.Object
org.apache.commons.digester3.AbstractObjectCreationFactory<Object>
All Implemented Interfaces:
org.apache.commons.digester3.ObjectCreationFactory<Object>, IDigesterRuleAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class JobFactory extends GenericFactory
Factory for instantiating Schedules Jobs from the Digester framework. Instantiates the job based on the function specified.
Author:
Niels Meijer