org.picocontainer.defaults
Class ConstructorComponentAdapterFactory

java.lang.Object
  extended byorg.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

Constructor Summary
ConstructorComponentAdapterFactory()
           
 
Method Summary
 ComponentAdapter createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorComponentAdapterFactory

public ConstructorComponentAdapterFactory()
Method Detail

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.