public class XMLBeanFactory extends Object implements BeanFactory
Constructor and Description |
---|
XMLBeanFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
createBean(Object srcObj,
Class<?> srcObjClass,
String beanId)
Creat a bean implementation of a xml bean interface.
|
public Object createBean(Object srcObj, Class<?> srcObjClass, String beanId)
createBean
in interface BeanFactory
srcObj
- The source objectsrcObjClass
- The source object classbeanId
- the name of the destination interface classCopyright © 2005-2014 dozer. All Rights Reserved.