Also: SpringBeans
public interface

NamespaceHandlerResolver

org.springframework.beans.factory.xml.NamespaceHandlerResolver
Known Indirect Subclasses

Class Overview

Used by the DefaultBeanDefinitionDocumentReader to locate a NamespaceHandler implementation for a particular namespace URI.

Summary

Public Methods
abstract NamespaceHandler resolve(String namespaceUri)
Resolve the namespace URI and return the located NamespaceHandler implementation.

Public Methods

public abstract NamespaceHandler resolve (String namespaceUri)

Also: SpringBeans

Resolve the namespace URI and return the located NamespaceHandler implementation.

Parameters
namespaceUri the relevant namespace URI
Returns