Interface NamespaceHandlerResolver
- All Known Implementing Classes:
DefaultNamespaceHandlerResolver
public interface NamespaceHandlerResolver
Used by theDefaultBeanDefinitionDocumentReader
to locate aNamespaceHandler
implementation 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 NamespaceHandler
resolve(String namespaceUri)
Resolve the namespace URI and return the locatedNamespaceHandler
implementation.
Method Detail
resolve
NamespaceHandler resolve(String namespaceUri)
Resolve the namespace URI and return the locatedNamespaceHandler
implementation.- Parameters:
namespaceUri
- the relevant namespace URI- Returns:
- the located
NamespaceHandler
(may benull
)