Uses of Interface
org.jboss.beans.info.spi.BeanInfoFactory

Packages that use BeanInfoFactory
org.jboss.beans.info.plugins Classes used to describe beans, an abstract implementation. 
org.jboss.beans.info.spi Classes used to describe beans. 
org.jboss.beans.info.spi.helpers   
org.jboss.config.plugins   
org.jboss.config.plugins.property   
org.jboss.config.spi   
 

Uses of BeanInfoFactory in org.jboss.beans.info.plugins
 

Classes in org.jboss.beans.info.plugins that implement BeanInfoFactory
 class AbstractBeanInfoFactory
          A bean info factory.
 

Methods in org.jboss.beans.info.plugins that return BeanInfoFactory
 BeanInfoFactory AbstractBeanInfo.getBeanInfoFactory()
           
 

Constructors in org.jboss.beans.info.plugins with parameters of type BeanInfoFactory
AbstractBeanInfo(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
          Create a new bean info
AllBeanInfo(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
           
FieldBeanInfo(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
           
 

Uses of BeanInfoFactory in org.jboss.beans.info.spi
 

Methods in org.jboss.beans.info.spi that return BeanInfoFactory
 BeanInfoFactory BeanInfo.getBeanInfoFactory()
          Get the bean info factory
 

Methods in org.jboss.beans.info.spi with parameters of type BeanInfoFactory
 BeanInfo BeanAccessMode.create(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
          Create the bean info
 

Uses of BeanInfoFactory in org.jboss.beans.info.spi.helpers
 

Methods in org.jboss.beans.info.spi.helpers that return BeanInfoFactory
 BeanInfoFactory UnmodifiableBeanInfo.getBeanInfoFactory()
           
 

Uses of BeanInfoFactory in org.jboss.config.plugins
 

Methods in org.jboss.config.plugins that return BeanInfoFactory
protected abstract  BeanInfoFactory AbstractConfiguration.createDefaultBeanInfoFactory()
          Create the default bean info factory
protected  BeanInfoFactory BasicConfiguration.createDefaultBeanInfoFactory()
           
protected  BeanInfoFactory AbstractConfiguration.getBeanInfoFactory()
          Get the BeanInfoFactory
 

Methods in org.jboss.config.plugins with parameters of type BeanInfoFactory
 void AbstractConfiguration.setBeanInfoFactory(BeanInfoFactory beanInfoFactory)
           
 

Uses of BeanInfoFactory in org.jboss.config.plugins.property
 

Methods in org.jboss.config.plugins.property that return BeanInfoFactory
protected  BeanInfoFactory PropertyConfiguration.createDefaultBeanInfoFactory()
           
 

Uses of BeanInfoFactory in org.jboss.config.spi
 

Methods in org.jboss.config.spi with parameters of type BeanInfoFactory
 void Configuration.setBeanInfoFactory(BeanInfoFactory beanInfoFactory)
          Set the beanInfoFactory.
 



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