public interface BeanInstanceFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createNewInstance(java.lang.Object pBean,
java.lang.String pClassName)
Creates an instance of a bean.
|
static final java.lang.String CLASS_VERSION
java.lang.Object createNewInstance(java.lang.Object pBean,
java.lang.String pClassName)
throws ContainerException
pBean - - bean that can be helpful in creating the new object
e.g where pClassName is an interface namepClassName - - the class name of the bean to createContainerException