com.itmusings.owiz
Interface BeanFactoryAdapter


public interface BeanFactoryAdapter

Interface defines a contract for classes that look up objects from various DI frameworks (aka Bean factories)

Author:
rkollu

Method Summary
 Object lookup(String componentName)
           
 

Method Detail

lookup

Object lookup(String componentName)
Parameters:
componentName - - the name of the instance as configured in the bean factory.
Returns:
the actual instance created from the bean factory. This would benefit from dependency injection.


Copyright © 2010 ITMUSINGS. All Rights Reserved.