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.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
          Convenient 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.transaction.config
 

Subclasses of AbstractSingleBeanDefinitionParser in org.springframework.transaction.config
 class JtaTransactionManagerBeanDefinitionParser
          Parser for the <tx:jta-transaction-manager/> element, autodetecting BEA WebLogic, IBM WebSphere and Oracle OC4J.
 



Copyright © 2002-2008 The Spring Framework.