org.jboss.xb.spi
Interface BeanAdapterBuilder

All Known Implementing Classes:
DefaultBeanAdapterBuilder, JavaBeanBuilder10, JavaBeanBuilder20

public interface BeanAdapterBuilder

BeanAdapterBuilder.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 BeanAdapterFactory newFactory(org.jboss.beans.info.spi.BeanInfo beanInfo, org.jboss.reflect.spi.MethodInfo factory)
          Create a new bean adapter factory
 

Method Detail

newFactory

BeanAdapterFactory newFactory(org.jboss.beans.info.spi.BeanInfo beanInfo,
                              org.jboss.reflect.spi.MethodInfo factory)
Create a new bean adapter factory

Parameters:
beanInfo - the bean info
factory - the factory
Returns:
the factory
Throws:
IllegalArgumentException - for a null bean info


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