public class XMLFactoryBean implements FactoryBean,ApplicationContextAware(Code)
A very useful base class for any bean constructed out of an XML
representation. Will provide a default-constructed object of the required
type if the location field is blank or refers to a nonexistent file.
author: Antranig Basman (antranig@caret.cam.ac.uk)