Uses of Interface
org.apache.commons.betwixt.io.read.ChainedBeanCreator

Packages that use ChainedBeanCreator
org.apache.commons.betwixt.io.read Package contains strategy and configuration classes used by reading only. 
 

Uses of ChainedBeanCreator in org.apache.commons.betwixt.io.read
 

Methods in org.apache.commons.betwixt.io.read that return ChainedBeanCreator
static ChainedBeanCreator ChainedBeanCreatorFactory.createDerivedBeanCreator()
          Creates a ChainedBeanCreator that constructs derived beans.
static ChainedBeanCreator ChainedBeanCreatorFactory.createElementTypeBeanCreator()
          Creates a ChainedBeanCreator that constructs beans based on element type.
static ChainedBeanCreator ChainedBeanCreatorFactory.createIDREFBeanCreator()
          Creates a ChainedBeanCreator that finds existing beans based on their IDREF.
 

Methods in org.apache.commons.betwixt.io.read with parameters of type ChainedBeanCreator
 void BeanCreationList.addBeanCreator(ChainedBeanCreator beanCreator)
          Adds a BeanCreator to the end of the chain.
 void BeanCreationList.insertBeanCreator(int index, ChainedBeanCreator beanCreator)
          Inserts a BeanCreator at the given position in the chain.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.