org.picocontainer.defaults
Class ConstructorComponentAdapterFactory
java.lang.Object
org.picocontainer.defaults.ConstructorComponentAdapterFactory
- All Implemented Interfaces:
- ComponentAdapterFactory, Serializable
- Direct Known Subclasses:
- TransientComponentAdapterFactory
- public class ConstructorComponentAdapterFactory
- extends Object
- implements ComponentAdapterFactory, Serializable
- Version:
- $Revision: 1.3 $
- Author:
- Jon Tirsén
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorComponentAdapterFactory
public ConstructorComponentAdapterFactory()
createComponentAdapter
public ComponentAdapter createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
throws PicoIntrospectionException,
AssignabilityRegistrationException,
NotConcreteRegistrationException
- Specified by:
createComponentAdapter
in interface ComponentAdapterFactory
- Throws:
PicoIntrospectionException
AssignabilityRegistrationException
NotConcreteRegistrationException
Copyright © 2003-2004 Codehaus. All Rights Reserved.