Interface NamespaceHandlerResolver
- All Known Implementing Classes:
DefaultNamespaceHandlerResolver
public interface NamespaceHandlerResolver
Used by theDefaultBeanDefinitionDocumentReaderto locate aNamespaceHandlerimplementation for a particular namespace URI.- Since:
- 2.0
- Author:
- Rob Harrop
- See Also:
NamespaceHandler,DefaultBeanDefinitionDocumentReader
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespaceHandlerresolve(String namespaceUri)Resolve the namespace URI and return the locatedNamespaceHandlerimplementation.
Method Detail
resolve
NamespaceHandler resolve(String namespaceUri)
Resolve the namespace URI and return the locatedNamespaceHandlerimplementation.- Parameters:
namespaceUri- the relevant namespace URI- Returns:
- the located
NamespaceHandler(may benull)