Uses of Package
org.apache.commons.betwixt

Packages that use org.apache.commons.betwixt
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
org.apache.commons.betwixt.digester This package contains the Digester and associated rules and helper classes for parsing the XMLBeanInfo metadata from an XML file format. 
org.apache.commons.betwixt.expression This package contains the system which extracts values from beans. 
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.schema WARNING: EXPERIMENTAL Contains classes that generate XML (w3c) schema from Betwixt descriptors. 
org.apache.commons.betwixt.schema.strategy   
org.apache.commons.betwixt.schema.strategy.impl   
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 used by org.apache.commons.betwixt
AttributeDescriptor
          AttributeDescriptor describes the XML attributes to be created for a bean instance.
BeanProperty
          Betwixt-centric view of a bean (or pseudo-bean) property.
Descriptor
          Describes a content node mapping.
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
IntrospectionConfiguration
          Stores introspection phase binding configuration.
NodeDescriptor
           Common superclass for ElementDescriptor and AttributeDescriptor.
Options
          Collective for Betwixt optional behaviour hints.
TextDescriptor
          Describes mixed-content text.
XMLBeanInfo
          XMLBeanInfo represents the XML metadata information used to map a Java Bean cleanly to XML.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.digester
AttributeDescriptor
          AttributeDescriptor describes the XML attributes to be created for a bean instance.
Descriptor
          Describes a content node mapping.
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
NodeDescriptor
           Common superclass for ElementDescriptor and AttributeDescriptor.
XMLIntrospector
          XMLIntrospector an introspector of beans to create a XMLBeanInfo instance.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.expression
BindingConfiguration
          Stores mapping phase binding configuration.
Options
          Collective for Betwixt optional behaviour hints.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.io
AttributeDescriptor
          AttributeDescriptor describes the XML attributes to be created for a bean instance.
BindingConfiguration
          Stores mapping phase binding configuration.
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
XMLIntrospector
          XMLIntrospector an introspector of beans to create a XMLBeanInfo instance.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.io.read
AttributeDescriptor
          AttributeDescriptor describes the XML attributes to be created for a bean instance.
BindingConfiguration
          Stores mapping phase binding configuration.
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
XMLIntrospector
          XMLIntrospector an introspector of beans to create a XMLBeanInfo instance.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.registry
XMLBeanInfo
          XMLBeanInfo represents the XML metadata information used to map a Java Bean cleanly to XML.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.schema
AttributeDescriptor
          AttributeDescriptor describes the XML attributes to be created for a bean instance.
BindingConfiguration
          Stores mapping phase binding configuration.
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
IntrospectionConfiguration
          Stores introspection phase binding configuration.
XMLBeanInfo
          XMLBeanInfo represents the XML metadata information used to map a Java Bean cleanly to XML.
XMLIntrospector
          XMLIntrospector an introspector of beans to create a XMLBeanInfo instance.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.schema.strategy
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.schema.strategy.impl
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
 

Classes in org.apache.commons.betwixt used by org.apache.commons.betwixt.strategy
AttributeDescriptor
          AttributeDescriptor describes the XML attributes to be created for a bean instance.
ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
IntrospectionConfiguration
          Stores introspection phase binding configuration.
 



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