org.picocontainer.defaults
Class ImplementationHidingComponentAdapterFactory

java.lang.Object
  extended byorg.picocontainer.defaults.DecoratingComponentAdapterFactory
      extended byorg.picocontainer.defaults.ImplementationHidingComponentAdapterFactory
All Implemented Interfaces:
ComponentAdapterFactory

Deprecated. Use org.nanocontainer.proxytoys.HotSwappingComponentAdapterFactory instead.

public class ImplementationHidingComponentAdapterFactory
extends DecoratingComponentAdapterFactory

Hides implementation.

Version:
$Revision: 1.6 $
Author:
Paul Hammant, Aslak Hellesøy

Constructor Summary
ImplementationHidingComponentAdapterFactory()
          Deprecated.  
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
          Deprecated.  
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate, boolean strict)
          Deprecated.  
 
Method Summary
 ComponentAdapter createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Deprecated. Create a new component adapter based on the specified arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationHidingComponentAdapterFactory

public ImplementationHidingComponentAdapterFactory()
Deprecated. 

ImplementationHidingComponentAdapterFactory

public ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
Deprecated. 

ImplementationHidingComponentAdapterFactory

public ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate,
                                                   boolean strict)
Deprecated. 
Method Detail

createComponentAdapter

public ComponentAdapter createComponentAdapter(Object componentKey,
                                               Class componentImplementation,
                                               Parameter[] parameters)
                                        throws PicoIntrospectionException,
                                               AssignabilityRegistrationException,
                                               NotConcreteRegistrationException
Deprecated. 
Description copied from interface: ComponentAdapterFactory
Create a new component adapter based on the specified arguments.

Specified by:
createComponentAdapter in interface ComponentAdapterFactory
Overrides:
createComponentAdapter in class DecoratingComponentAdapterFactory
Throws:
PicoIntrospectionException
AssignabilityRegistrationException
NotConcreteRegistrationException


Copyright © 2003-2004 Codehaus. All Rights Reserved.