picocontainer.hierarchical
Class ImplementationHidingComponentFactory

java.lang.Object
  extended bypicocontainer.defaults.DefaultComponentFactory
      extended bypicocontainer.hierarchical.ImplementationHidingComponentFactory
All Implemented Interfaces:
ComponentFactory

public class ImplementationHidingComponentFactory
extends DefaultComponentFactory


Constructor Summary
ImplementationHidingComponentFactory()
           
 
Method Summary
 Object createComponent(Class compType, Constructor constructor, Object[] args)
          Create a component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationHidingComponentFactory

public ImplementationHidingComponentFactory()
Method Detail

createComponent

public Object createComponent(Class compType,
                              Constructor constructor,
                              Object[] args)
                       throws PicoInvocationTargetInitailizationException
Description copied from interface: ComponentFactory
Create a component. Used by the internals of applicable PicoContainers to instantiate a component.

Specified by:
createComponent in interface ComponentFactory
Overrides:
createComponent in class DefaultComponentFactory
Throws:
PicoInvocationTargetInitailizationException


Copyright © Codehaus. All Rights Reserved.