com.servingxml.ioc.components
Class ArrayServiceComponentInjector

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

public class ArrayServiceComponentInjector
extends java.lang.Object
implements ComponentInjector


Constructor Summary
ArrayServiceComponentInjector(java.lang.reflect.Method setter, java.lang.Object[] resources)
           
 
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

ArrayServiceComponentInjector

public ArrayServiceComponentInjector(java.lang.reflect.Method setter,
                                     java.lang.Object[] resources)
Method Detail

injectComponent

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