The Spring Framework

Uses of Class
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

Packages that use AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
org.springframework.ejb.config Support package for EJB/J2EE-related configuration, with XML schema being the primary configuration format. 
org.springframework.transaction.config Support package for declarative transaction configuration, with XML schema being the primary configuration format. 
 

Uses of AbstractSingleBeanDefinitionParser in org.springframework.beans.factory.xml
 

Subclasses of AbstractSingleBeanDefinitionParser in org.springframework.beans.factory.xml
 class AbstractSimpleBeanDefinitionParser
          Convenience base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Class being configured.
 

Uses of AbstractSingleBeanDefinitionParser in org.springframework.ejb.config
 

Subclasses of AbstractSingleBeanDefinitionParser in org.springframework.ejb.config
(package private)  class AbstractJndiLocatedBeanDefinitionParser
           
(package private)  class JndiLookupBeanDefinitionParser
          Simple BeanDefinitionParser implementation that translates jndi-lookup tag into JndiObjectFactoryBean definitions.
(package private)  class LocalStatelessSessionBeanDefinitionParser
          BeanDefinitionParser implementation for parsing 'local-slsb' tags and creating LocalStatelessSessionProxyFactoryBean definitions.
(package private)  class RemoteStatelessSessionBeanDefinitionParser
           
 

Uses of AbstractSingleBeanDefinitionParser in org.springframework.transaction.config
 

Subclasses of AbstractSingleBeanDefinitionParser in org.springframework.transaction.config
(package private)  class TxAdviceBeanDefinitionParser
           
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.