public class MuleCustomEntityResolver extends Object implements EntityResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_SCHEMA_MAPPINGS_LOCATION |
static String |
CUSTOM_SPRING_SCHEMA_MAPPINGS_LOCATION |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
loadAllProperties(String resourceName,
ClassLoader classLoader)
Load all properties from the specified class path resource
(in ISO-8859-1 encoding), using the given class loader.
|
InputSource |
resolveEntity(String publicId,
String systemId) |
public static final String CUSTOM_SCHEMA_MAPPINGS_LOCATION
public static final String CUSTOM_SPRING_SCHEMA_MAPPINGS_LOCATION
public InputSource resolveEntity(String publicId, String systemId)
resolveEntity in interface EntityResolverpublic static Properties loadAllProperties(String resourceName, ClassLoader classLoader) throws IOException
Merges properties if more than one resource of the same name found in the class path.
resourceName - the name of the class path resourceclassLoader - the ClassLoader to use for loading
(or null to use the default class loader)IOException - if loading failedCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.