com.servingxml.ioc.components
Class ScalarServiceComponentInjector

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

public class ScalarServiceComponentInjector
extends java.lang.Object
implements ComponentInjector


Constructor Summary
ScalarServiceComponentInjector(java.lang.reflect.Method setter, java.lang.Object resource)
           
 
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

ScalarServiceComponentInjector

public ScalarServiceComponentInjector(java.lang.reflect.Method setter,
                                      java.lang.Object resource)
Method Detail

injectComponent

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