org.jboss.xb.spi
Class DefaultBeanAdapterBuilder

java.lang.Object
  extended by org.jboss.xb.spi.DefaultBeanAdapterBuilder
All Implemented Interfaces:
BeanAdapterBuilder

public class DefaultBeanAdapterBuilder
extends Object
implements BeanAdapterBuilder

DefaultBeanAdapterBuilder.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
DefaultBeanAdapterBuilder()
           
 
Method Summary
 DefaultBeanAdapterFactory newFactory(org.jboss.beans.info.spi.BeanInfo beanInfo, org.jboss.reflect.spi.MethodInfo factory)
          Create a new bean adapter factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBeanAdapterBuilder

public DefaultBeanAdapterBuilder()
Method Detail

newFactory

public DefaultBeanAdapterFactory newFactory(org.jboss.beans.info.spi.BeanInfo beanInfo,
                                            org.jboss.reflect.spi.MethodInfo factory)
Description copied from interface: BeanAdapterBuilder
Create a new bean adapter factory

Specified by:
newFactory in interface BeanAdapterBuilder
Parameters:
beanInfo - the bean info
factory - the factory
Returns:
the factory


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