org.codehaus.xfire.picocontainer
Class ObjectServiceComponentAdapterFactory

java.lang.Object
  extended by org.codehaus.xfire.picocontainer.ObjectServiceComponentAdapterFactory
All Implemented Interfaces:
org.picocontainer.defaults.ComponentAdapterFactory

public class ObjectServiceComponentAdapterFactory
extends java.lang.Object
implements org.picocontainer.defaults.ComponentAdapterFactory


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

Constructor Detail

ObjectServiceComponentAdapterFactory

public ObjectServiceComponentAdapterFactory(org.picocontainer.defaults.ComponentAdapterFactory caf)
Method Detail

createComponentAdapter

public org.picocontainer.ComponentAdapter createComponentAdapter(java.lang.Object componentKey,
                                                                 java.lang.Class componentImplementation,
                                                                 org.picocontainer.Parameter[] parameters)
                                                          throws org.picocontainer.PicoIntrospectionException,
                                                                 org.picocontainer.defaults.AssignabilityRegistrationException,
                                                                 org.picocontainer.defaults.NotConcreteRegistrationException
Specified by:
createComponentAdapter in interface org.picocontainer.defaults.ComponentAdapterFactory
Throws:
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.AssignabilityRegistrationException
org.picocontainer.defaults.NotConcreteRegistrationException