public class ModuleDelegatingEntityResolver extends Object implements EntityResolver
SchemaResourceFactory), and finally fall back to
Spring's DelegatingEntityResolver.| Constructor and Description |
|---|
ModuleDelegatingEntityResolver(Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions)
Returns an instance of
ModuleDelegatingEntityResolver |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemId) |
public ModuleDelegatingEntityResolver(Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions)
ModuleDelegatingEntityResolverextensions - fallback set to dynamically generate schemas from ExtensionModel if the current muleEntityResolver and springEntityResolver
delegates return null when resolving the entity.public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.