Package org.jboss.as.pojo.descriptor
Class BaseBeanFactory
- java.lang.Object
-
- org.jboss.as.pojo.descriptor.BaseBeanFactory
-
- All Implemented Interfaces:
BeanFactory
public class BaseBeanFactory extends Object implements BeanFactory
Base bean factory.- Author:
- Ales Justin
-
-
Constructor Summary
Constructors Constructor Description BaseBeanFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcreate()Create new bean.voidsetBmd(BeanMetaDataConfig bmd)
-
-
-
Method Detail
-
create
public Object create() throws Throwable
Description copied from interface:BeanFactoryCreate new bean.- Specified by:
createin interfaceBeanFactory- Returns:
- new bean
- Throws:
Throwable- for any error
-
setBmd
public void setBmd(BeanMetaDataConfig bmd)
-
-