public class ModuleDelegatingEntityResolver extends Object implements EntityResolver
DelegatingEntityResolver
implementation for the XSDs.
If not found, it will go over the ExtensionManager and see if there is any SchemaResourceFactory.
| 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 entityResolver
delegate when executing the DelegatingEntityResolver.resolveEntity(String, String)
method returns null.public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.