org.jboss.beans.info.spi
Interface BeanInfoFactory

All Known Implementing Classes:
AbstractBeanInfoFactory

public interface BeanInfoFactory

BeanInfo Factory.

Version:
$Revision: 1.11 $
Author:
Adrian Brock

Method Summary
 BeanInfo getBeanInfo(ClassLoader cl, ClassAdapter classAdapter)
          Retrieve the bean information
 

Method Detail

getBeanInfo

BeanInfo getBeanInfo(ClassLoader cl,
                     ClassAdapter classAdapter)
Retrieve the bean information

Parameters:
cl - the classloader
classAdapter - the classAdapter
Returns:
the bean information


Copyright © 2004 JBoss Inc. All Rights Reserved.