Uses of Package
org.apache.commons.betwixt.io.read

Packages that use org.apache.commons.betwixt.io.read
org.apache.commons.betwixt.io Package contains classes dealing directly with the reading and writing of beans. 
org.apache.commons.betwixt.io.read Package contains strategy and configuration classes used by reading only. 
org.apache.commons.betwixt.registry This package contains various plugins that can be used with XMLIntrospector to customize it's caching behaviour (or programmatically modify the XmlBeanInfo finding). 
org.apache.commons.betwixt.strategy This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. 
 

Classes in org.apache.commons.betwixt.io.read used by org.apache.commons.betwixt.io
ReadConfiguration
          Stores mapping phase configuration settings that apply only for bean reading.
ReadContext
          Extends Context to provide read specific functionality.
 

Classes in org.apache.commons.betwixt.io.read used by org.apache.commons.betwixt.io.read
BeanBindAction
          Action that creates and binds a new bean instance.
BeanCreationChain
          A Chain of bean creators.
BeanCreationList
          Chain implementation that's backed by a list.
ChainedBeanCreator
          Creator of beans that may delegate responsibility to members down the chain.
ElementMapping
          Describes a mapping between an xml element and a betwixt element.
MappingAction
          Executes mapping action for a subgraph.
MappingAction.Base
          Basic action.
ReadConfiguration
          Stores mapping phase configuration settings that apply only for bean reading.
ReadContext
          Extends Context to provide read specific functionality.
SimpleTypeBindAction
          Action binds a simple type.
 

Classes in org.apache.commons.betwixt.io.read used by org.apache.commons.betwixt.registry
ElementMapping
          Describes a mapping between an xml element and a betwixt element.
ReadContext
          Extends Context to provide read specific functionality.
 

Classes in org.apache.commons.betwixt.io.read used by org.apache.commons.betwixt.strategy
MappingAction
          Executes mapping action for a subgraph.
ReadContext
          Extends Context to provide read specific functionality.
 



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