Every Spring namespace has an associated NamespaceHandler implementation. The namespace schemas are mapped to schema files inside Spring JARs in various spring.schemas files (see alsoSpring DI applicationContext.xml how exactly is xsi:schemaLocation used?).
The XML schema namespaces are also mapped to handler classes in spring.handlers files (several as each Spring JAR might introduce different namespaces). For your convenience here is a list of most common namespaces:

Spring core

Spring Security

Spring integration

Share this

Related Posts

Previous
Next Post »