public class EmbeddedAndSchemaAwareReader extends SchemaTypeAwareBeanDefinitionDocumentReader
SchemaTypeAwareBeanDefinitionDocumentReader which, in addition
allows parsing of embedded <beans> statements (by the native spring parsers).| Constructor and Description |
|---|
EmbeddedAndSchemaAwareReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerBeanDefinitions(Document doc,
org.springframework.beans.factory.xml.XmlReaderContext readerContext)
We call the parent method for the custom schema (which is expected to not do anything special
with the <beans> statement) and then we call again to handle the beans statements which
we have explicitly pulled out.
|
createDelegatepublic void registerBeanDefinitions(Document doc, org.springframework.beans.factory.xml.XmlReaderContext readerContext) throws org.springframework.beans.factory.BeanDefinitionStoreException
registerBeanDefinitions in interface org.springframework.beans.factory.xml.BeanDefinitionDocumentReaderregisterBeanDefinitions in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReaderorg.springframework.beans.factory.BeanDefinitionStoreExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.