Interface NamespaceHandlerResolver
- All Known Implementing Classes:
- DefaultNamespaceHandlerResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used by the 
DefaultBeanDefinitionDocumentReader to
locate a NamespaceHandler implementation for a particular namespace URI.- Since:
- 2.0
- Author:
- Rob Harrop
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionResolve the namespace URI and return the locatedNamespaceHandlerimplementation.
- 
Method Details- 
resolveResolve the namespace URI and return the locatedNamespaceHandlerimplementation.- Parameters:
- namespaceUri- the relevant namespace URI
- Returns:
- the located NamespaceHandler(may benull)
 
 
-