org.mule.module.apikit.validation.cache
Class XmlSchemaCacheLoader

java.lang.Object
  extended by com.google.common.cache.CacheLoader<String,Schema>
      extended by org.mule.module.apikit.validation.cache.XmlSchemaCacheLoader

public class XmlSchemaCacheLoader
extends com.google.common.cache.CacheLoader<String,Schema>


Nested Class Summary
 
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)
           
 
Method Summary
 Schema load(String schemaLocation)
           
 
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
 

Constructor Detail

XmlSchemaCacheLoader

public XmlSchemaCacheLoader(org.mule.api.MuleContext muleContext,
                            org.raml.model.Raml api)
Method Detail

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.