Interface ApplicationContextFactory
- All Known Implementing Classes:
AbstractApplicationContextFactory,GenericApplicationContextFactory
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
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ConfigurableApplicationContext
-
Method Details
-
createApplicationContext
org.springframework.context.ConfigurableApplicationContext createApplicationContext()
-