public class EmbeddedAndSchemaAwareReader extends SchemaTypeAwareBeanDefinitionDocumentReader
SchemaTypeAwareBeanDefinitionDocumentReader which, in addition
allows parsing of embedded <beans> statements (by the native spring parsers).ALIAS_ATTRIBUTE, ALIAS_ELEMENT, BEAN_ELEMENT, IMPORT_ELEMENT, logger, NAME_ATTRIBUTE, NESTED_BEANS_ELEMENT, PROFILE_ATTRIBUTE, RESOURCE_ATTRIBUTE| Constructor and Description |
|---|
EmbeddedAndSchemaAwareReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerBeanDefinitions(Document doc,
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.
|
createDelegatedoRegisterBeanDefinitions, extractSource, getReaderContext, importBeanDefinitionResource, parseBeanDefinitions, postProcessXml, preProcessXml, processAliasRegistration, processBeanDefinitionpublic void registerBeanDefinitions(Document doc, XmlReaderContext readerContext) throws BeanDefinitionStoreException
registerBeanDefinitions in interface BeanDefinitionDocumentReaderregisterBeanDefinitions in class DefaultBeanDefinitionDocumentReaderBeanDefinitionStoreExceptionCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.