| |
|
| java.lang.Object org.araneaframework.integration.spring.SpringServiceFactory
SpringServiceFactory | public class SpringServiceFactory implements ServiceFactory(Code) | | A simple factory to be used in the xml configuration files for creating services with
factories. By setting a bean id via setBeanId(String) it is possible to
construct a bean with factory found in Environment under key beanFactoryClass .
author: Taimo Peelo (taimo@araneaframework.org) |
setBeanFactoryClass | public void setBeanFactoryClass(Class beanFactoryClass)(Code) | | Set the class under which BeanFactory resides in the Environment.
Parameters: beanFactoryClass - the class under which BeanFactory resides in the Environment. |
setBeanId | public void setBeanId(String beanId)(Code) | | The id of the bean in the configuration.
|
|
|
|