Uses of Interface
org.apache.commons.betwixt.registry.XMLBeanInfoRegistry

Packages that use XMLBeanInfoRegistry
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
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). 
 

Uses of XMLBeanInfoRegistry in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return XMLBeanInfoRegistry
 XMLBeanInfoRegistry XMLIntrospector.getRegistry()
          Gets the current registry implementation.
 

Methods in org.apache.commons.betwixt with parameters of type XMLBeanInfoRegistry
 void XMLIntrospector.setRegistry(XMLBeanInfoRegistry registry)
          Sets the XMLBeanInfoRegistry implementation.
 

Uses of XMLBeanInfoRegistry in org.apache.commons.betwixt.registry
 

Classes in org.apache.commons.betwixt.registry that implement XMLBeanInfoRegistry
 class DefaultXMLBeanInfoRegistry
          The default caching implementation.
 class NoCacheRegistry
          This plug-in registry does not cache at all.
 



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