| Package | Description | 
|---|---|
| org.springframework.beans.factory.xml | Contains an abstract XML-based  BeanFactoryimplementation,
 including a standard "spring-beans" XSD. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NamespaceHandlerSupportSupport class for implementing custom  NamespaceHandlers. | 
| class  | SimpleConstructorNamespaceHandlerSimple  NamespaceHandlerimplementation that maps custom
 attributes directly through to bean properties. | 
| class  | SimplePropertyNamespaceHandlerSimple  NamespaceHandlerimplementation that maps custom attributes
 directly through to bean properties. | 
| class  | UtilNamespaceHandlerNamespaceHandlerfor theutilnamespace. | 
| Modifier and Type | Method and Description | 
|---|---|
| NamespaceHandler | NamespaceHandlerResolver. resolve(String namespaceUri)Resolve the namespace URI and return the located  NamespaceHandlerimplementation. | 
| NamespaceHandler | DefaultNamespaceHandlerResolver. resolve(String namespaceUri)Locate the  NamespaceHandlerfor the supplied namespace URI
 from the configured mappings. |