org.mule.module.apikit.validation.cache
Class XmlSchemaCacheLoader
java.lang.Object
com.google.common.cache.CacheLoader<String,Schema>
org.mule.module.apikit.validation.cache.XmlSchemaCacheLoader
public class XmlSchemaCacheLoader
- extends com.google.common.cache.CacheLoader<String,Schema>
| Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader |
com.google.common.cache.CacheLoader.InvalidCacheLoadException |
|
Constructor Summary |
XmlSchemaCacheLoader(org.mule.api.MuleContext muleContext,
org.raml.model.Raml api)
|
| Methods inherited from class com.google.common.cache.CacheLoader |
from, from, loadAll, reload |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlSchemaCacheLoader
public XmlSchemaCacheLoader(org.mule.api.MuleContext muleContext,
org.raml.model.Raml api)
load
public Schema load(String schemaLocation)
throws IOException,
SAXException
- Specified by:
load in class com.google.common.cache.CacheLoader<String,Schema>
- Throws:
IOException
SAXException
Copyright © 2013. All rights reserved.