Package com.funnelback.common.utils
Class SharedXMLUtils.NoOpEntityResolver
- java.lang.Object
-
- com.funnelback.common.utils.SharedXMLUtils.NoOpEntityResolver
-
- All Implemented Interfaces:
EntityResolver
- Enclosing class:
- SharedXMLUtils
private static class SharedXMLUtils.NoOpEntityResolver extends Object implements EntityResolver
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NoOpEntityResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId)
- Specified by:
resolveEntity
in interfaceEntityResolver
-
-