public class ModuleDelegatingEntityResolver extends Object implements EntityResolver
| Constructor and Description |
|---|
ModuleDelegatingEntityResolver(Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions)
Returns an instance of
ModuleDelegatingEntityResolver |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canResolveEntity(String publicId,
String systemId) |
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 delegates return null when resolving the entity.public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionprotected boolean canResolveEntity(String publicId, String systemId) throws SAXException, IOException
SAXExceptionIOExceptionCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.