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

Packages that use XMLBeanInfoRegistry
org.apache.commons.betwixt  
org.apache.commons.betwixt.registry  
 

Uses of XMLBeanInfoRegistry in org.apache.commons.betwixt
 

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

Methods in org.apache.commons.betwixt with parameters of type XMLBeanInfoRegistry
 void XMLIntrospector.setRegistry(org.apache.commons.betwixt.registry.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-2004 The Apache Software Foundation. All Rights Reserved.