org.jboss.beans.metadata.spi.factory
Interface BeanFactory

All Known Implementing Classes:
AbstractBeanFactory, ClassLoaderAwareGenericBeanFactory, GenericBeanFactory

public interface BeanFactory

Bean factory interface.

Author:
Ales Justin

Method Summary
 Object createBean()
          Create bean.
 

Method Detail

createBean

Object createBean()
                  throws Throwable
Create bean.

Returns:
bean
Throws:
Throwable - for any error


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.