Subclass of JndiBeanFactoryLocator which creates a
ClassPathXmlApplicationContext instead of a DefaultListableBeanFactory.
Operates identically in every other respect.
Author:
Colin Sampaleanu
Field Summary
Fields inherited from class org.springframework.beans.factory.access.JndiBeanFactoryLocator
Actually create the BeanFactory, given an array of classpath resource strings
which should be combined. This is split out as a separate method so that subclasses
can override the actual type uses (to be an ApplicationContext, for example).