org.picocontainer.script.xml
Interface XMLComponentInstanceFactory
- All Known Implementing Classes:
- BeanComponentInstanceFactory, PureJavaXStreamComponentInstanceFactory, XMLContainerBuilderTestCase.ContainerTestFactory, XMLContainerBuilderTestCase.TestFactory, XStreamComponentInstanceFactory
public interface XMLComponentInstanceFactory
Factory that creates instances from DOM Elements
- Author:
- Paul Hammant, Marcos Tarruella
makeInstance
Object makeInstance(org.picocontainer.PicoContainer container,
Element element,
ClassLoader classLoader)
- Creates an instance of an Object from a DOM Element
- Parameters:
container
- the PicoContainerelement
- the DOM ElementclassLoader
- the ClassLoader
- Returns:
- An Object instance
Copyright © 2003-2010 Codehaus. All Rights Reserved.