org.picocontainer.script.xml
Class XMLContainerBuilderTestCase.ContainerTestFactory

java.lang.Object
  extended by org.picocontainer.script.xml.XMLContainerBuilderTestCase.ContainerTestFactory
All Implemented Interfaces:
XMLComponentInstanceFactory
Enclosing class:
XMLContainerBuilderTestCase

public static class XMLContainerBuilderTestCase.ContainerTestFactory
extends Object
implements XMLComponentInstanceFactory


Constructor Summary
XMLContainerBuilderTestCase.ContainerTestFactory()
           
 
Method Summary
 Object makeInstance(org.picocontainer.PicoContainer pico, Element elem, ClassLoader classLoader)
          Creates an instance of an Object from a DOM Element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLContainerBuilderTestCase.ContainerTestFactory

public XMLContainerBuilderTestCase.ContainerTestFactory()
Method Detail

makeInstance

public Object makeInstance(org.picocontainer.PicoContainer pico,
                           Element elem,
                           ClassLoader classLoader)
Description copied from interface: XMLComponentInstanceFactory
Creates an instance of an Object from a DOM Element

Specified by:
makeInstance in interface XMLComponentInstanceFactory
Parameters:
pico - the PicoContainer
elem - the DOM Element
classLoader - the ClassLoader
Returns:
An Object instance


Copyright © 2003-2010 Codehaus. All Rights Reserved.