com.servingxml.ioc.components
Class ConfigurationComponentInjector

java.lang.Object
  extended by com.servingxml.ioc.components.ConfigurationComponentInjector
All Implemented Interfaces:
ComponentInjector

public class ConfigurationComponentInjector
extends java.lang.Object
implements ComponentInjector


Constructor Summary
ConfigurationComponentInjector(java.lang.reflect.Method setter, java.lang.Object property)
           
 
Method Summary
 void injectComponent(ConfigurationContext context, java.lang.Object componentAssembler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationComponentInjector

public ConfigurationComponentInjector(java.lang.reflect.Method setter,
                                      java.lang.Object property)
Method Detail

injectComponent

public void injectComponent(ConfigurationContext context,
                            java.lang.Object componentAssembler)
Specified by:
injectComponent in interface ComponentInjector