org.springframework.batch.core.configuration.support
Interface ApplicationContextFactory
- All Known Implementing Classes:
- ClassPathXmlApplicationContextFactory, OsgiBundleXmlApplicationContextFactory
public interface ApplicationContextFactory
Factory for the creation of ApplicationContexts. This interface
is primarily useful when creating a new ApplicationContext per
execution of a Job.
- Author:
- Lucas Ward
createApplicationContext
org.springframework.context.ConfigurableApplicationContext createApplicationContext()
Copyright © 2009. All Rights Reserved.