org.picocontainer.defaults
Class DefaultComponentAdapterFactory
java.lang.Object
org.picocontainer.defaults.DefaultComponentAdapterFactory
- All Implemented Interfaces:
- ComponentAdapterFactory, Serializable
- public class DefaultComponentAdapterFactory
- extends Object
- implements ComponentAdapterFactory, Serializable
- Version:
- $Revision: 1.4 $
- 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 |
DefaultComponentAdapterFactory
public DefaultComponentAdapterFactory()
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 Codehaus. All Rights Reserved.