Uses of Interface
org.springframework.beans.factory.xml.NamespaceHandler

Packages that use NamespaceHandler
org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
org.springframework.context.config Support package for advanced application context configuration, with XML schema being the primary configuration format. 
org.springframework.ejb.config Support package for EJB/J2EE-related configuration, with XML schema being the primary configuration format. 
org.springframework.jms.config Support package for declarative messaging configuration, with XML schema being the primary configuration format. 
org.springframework.scripting.config Support package for Spring's dynamic language machinery, 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 NamespaceHandler in org.springframework.aop.config
 

Classes in org.springframework.aop.config that implement NamespaceHandler
 class AopNamespaceHandler
          NamespaceHandler for the aop namespace.
 

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

Classes in org.springframework.beans.factory.xml that implement NamespaceHandler
 class NamespaceHandlerSupport
          Support class for implementing custom NamespaceHandlers.
 class SimplePropertyNamespaceHandler
          Simple NamespaceHandler implementation that maps custom attributes directly through to bean properties.
 class UtilNamespaceHandler
          NamespaceHandler for the util namespace.
 

Methods in org.springframework.beans.factory.xml that return NamespaceHandler
 NamespaceHandler NamespaceHandlerResolver.resolve(String namespaceUri)
          Resolve the namespace URI and return the located NamespaceHandler implementation.
 NamespaceHandler DefaultNamespaceHandlerResolver.resolve(String namespaceUri)
          Locate the NamespaceHandler for the supplied namespace URI from the configured mappings.
 

Uses of NamespaceHandler in org.springframework.context.config
 

Classes in org.springframework.context.config that implement NamespaceHandler
 class ContextNamespaceHandler
          NamespaceHandler for the 'context' namespace.
 

Uses of NamespaceHandler in org.springframework.ejb.config
 

Classes in org.springframework.ejb.config that implement NamespaceHandler
 class JeeNamespaceHandler
          NamespaceHandler for the 'jee' namespace.
 

Uses of NamespaceHandler in org.springframework.jms.config
 

Classes in org.springframework.jms.config that implement NamespaceHandler
 class JmsNamespaceHandler
          A NamespaceHandler for the JMS namespace.
 

Uses of NamespaceHandler in org.springframework.scripting.config
 

Classes in org.springframework.scripting.config that implement NamespaceHandler
 class LangNamespaceHandler
          NamespaceHandler that supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell.
 

Uses of NamespaceHandler in org.springframework.transaction.config
 

Classes in org.springframework.transaction.config that implement NamespaceHandler
 class TxNamespaceHandler
          NamespaceHandler allowing for the configuration of declarative transaction management using either XML or using annotations.
 



Copyright © 2002-2008 The Spring Framework.