org.milyn.javabean.dynamic.resolvers
Class AbstractResolver
java.lang.Object
org.milyn.javabean.dynamic.resolvers.AbstractResolver
- All Implemented Interfaces:
- EntityResolver
- Direct Known Subclasses:
- DefaultBindingConfigResolver, DefaultSchemaResolver
public abstract class AbstractResolver
- extends Object
- implements EntityResolver
Abstract descriptor resource resolver.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResolver
protected AbstractResolver(List<Properties> descriptors)
getDescriptors
protected List<Properties> getDescriptors()
getClassLoader
public ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(ClassLoader classLoader)
resolveSchemaLocation
protected InputSource resolveSchemaLocation(String systemId)
throws SAXException
- Throws:
SAXException
resolveBindingConfigLocation
protected InputSource resolveBindingConfigLocation(String systemId)
throws SAXException
- Throws:
SAXException
Copyright © 2018. All rights reserved.