Class SchemaTypeAwareBeanDefinitionParserDelegate

java.lang.Object
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
net.shibboleth.shared.spring.custom.SchemaTypeAwareBeanDefinitionParserDelegate

public class SchemaTypeAwareBeanDefinitionParserDelegate extends BeanDefinitionParserDelegate
An extension to the standard BeanDefinitionParserDelegate that adds support for retrieving NamespaceHandler by schema type, as well as element QName, when resolving custom elements. In the case where a NamespaceHandler is registered for both the schema type and element QName for a custom element the schema registered handler is preferred.