Uses of Interface
org.springframework.beans.factory.xml.NamespaceHandler
Packages that use NamespaceHandler Package Description 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-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.cache.config Support package for declarative caching configuration, with XML schema being the primary configuration format.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/Java EE-related configuration, with XML schema being the primary configuration format.org.springframework.jdbc.config Defines the Spring JDBC configuration namespace.org.springframework.jms.config Support package for declarative messaging configuration, with Java configuration and XML schema support.org.springframework.oxm.config Provides an namespace handler for the Spring Object/XML namespace.org.springframework.scheduling.config Support package for declarative scheduling 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.org.springframework.web.servlet.config Defines the XML configuration namespace for Spring MVC.org.springframework.web.socket.config Configuration support for WebSocket request handling.Uses of NamespaceHandler in org.springframework.aop.config
Classes in org.springframework.aop.config that implement NamespaceHandler Modifier and Type Class Description classAopNamespaceHandlerNamespaceHandlerfor theaopnamespace.Uses of NamespaceHandler in org.springframework.beans.factory.xml
Classes in org.springframework.beans.factory.xml that implement NamespaceHandler Modifier and Type Class Description classNamespaceHandlerSupportSupport class for implementing customNamespaceHandlers.classSimpleConstructorNamespaceHandlerSimpleNamespaceHandlerimplementation that maps custom attributes directly through to bean properties.classSimplePropertyNamespaceHandlerSimpleNamespaceHandlerimplementation that maps custom attributes directly through to bean properties.classUtilNamespaceHandlerNamespaceHandlerfor theutilnamespace.Methods in org.springframework.beans.factory.xml that return NamespaceHandler Modifier and Type Method Description NamespaceHandlerDefaultNamespaceHandlerResolver. resolve(String namespaceUri)Locate theNamespaceHandlerfor the supplied namespace URI from the configured mappings.NamespaceHandlerNamespaceHandlerResolver. resolve(String namespaceUri)Resolve the namespace URI and return the locatedNamespaceHandlerimplementation.Uses of NamespaceHandler in org.springframework.cache.config
Classes in org.springframework.cache.config that implement NamespaceHandler Modifier and Type Class Description classCacheNamespaceHandlerNamespaceHandlerallowing for the configuration of declarative cache management using either XML or using annotations.Uses of NamespaceHandler in org.springframework.context.config
Classes in org.springframework.context.config that implement NamespaceHandler Modifier and Type Class Description classContextNamespaceHandlerNamespaceHandlerfor the 'context' namespace.Uses of NamespaceHandler in org.springframework.ejb.config
Classes in org.springframework.ejb.config that implement NamespaceHandler Modifier and Type Class Description classJeeNamespaceHandlerNamespaceHandlerfor the 'jee' namespace.Uses of NamespaceHandler in org.springframework.jdbc.config
Classes in org.springframework.jdbc.config that implement NamespaceHandler Modifier and Type Class Description classJdbcNamespaceHandlerNamespaceHandlerfor JDBC configuration namespace.Uses of NamespaceHandler in org.springframework.jms.config
Classes in org.springframework.jms.config that implement NamespaceHandler Modifier and Type Class Description classJmsNamespaceHandlerANamespaceHandlerfor the JMS namespace.Uses of NamespaceHandler in org.springframework.oxm.config
Classes in org.springframework.oxm.config that implement NamespaceHandler Modifier and Type Class Description classOxmNamespaceHandlerNamespaceHandlerfor the 'oxm' namespace.Uses of NamespaceHandler in org.springframework.scheduling.config
Classes in org.springframework.scheduling.config that implement NamespaceHandler Modifier and Type Class Description classTaskNamespaceHandlerNamespaceHandlerfor the 'task' namespace.Uses of NamespaceHandler in org.springframework.scripting.config
Classes in org.springframework.scripting.config that implement NamespaceHandler Modifier and Type Class Description classLangNamespaceHandlerNamespaceHandlerthat 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 Modifier and Type Class Description classTxNamespaceHandlerNamespaceHandlerallowing for the configuration of declarative transaction management using either XML or using annotations.Uses of NamespaceHandler in org.springframework.web.servlet.config
Classes in org.springframework.web.servlet.config that implement NamespaceHandler Modifier and Type Class Description classMvcNamespaceHandlerNamespaceHandlerfor Spring MVC configuration namespace.Uses of NamespaceHandler in org.springframework.web.socket.config
Classes in org.springframework.web.socket.config that implement NamespaceHandler Modifier and Type Class Description classWebSocketNamespaceHandlerNamespaceHandlerfor Spring WebSocket configuration namespace.