org.dozer.loader.xml
Class DozerResolver
java.lang.Object
org.dozer.loader.xml.DozerResolver
- All Implemented Interfaces:
- EntityResolver
public class DozerResolver
- extends Object
- implements EntityResolver
Internal EntityResolver implementation to load Xml Schema from the dozer classpath resp. JAR file.
Fetches "beanmapping.xsd" from the classpath resource "/beanmapping.xsd", no matter if specified as some
local URL or as "http://dozer.sourceforge.net/schema/beanmapping.xsd".
- Author:
- garsombke.franz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DozerResolver
public DozerResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
- Specified by:
resolveEntity in interface EntityResolver
Copyright © 2005-2011 dozer. All Rights Reserved.