| Package | Description |
|---|---|
| org.mule.runtime.config.spring.api | |
| org.mule.runtime.config.spring.internal |
| Modifier and Type | Method and Description |
|---|---|
static XmlConfigurationDocumentLoader |
XmlConfigurationDocumentLoader.schemaValidatingDocumentLoader(XmlGathererErrorHandlerFactory errorHandlerFactory)
Creates an
XmlConfigurationDocumentLoader using a parametrized XmlGathererErrorHandlerFactory to instantiate
XmlGathererErrorHandlers objects when executing the XmlConfigurationDocumentLoader.loadDocument(Set, String, InputStream) method. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXmlGathererErrorHandlerFactory
Default implementation of
XmlGathererErrorHandlerFactory which will return the DefaultXmlLoggerErrorHandler
instance that registers all errors when ErrorHandler.error(SAXParseException) is called, to then return the
complete gathered list of exceptions through XmlGathererErrorHandler.getErrors() method. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.