Package org.apache.cxf.helpers
Class DOMUtils.NullResolver
- java.lang.Object
-
- org.apache.cxf.helpers.DOMUtils.NullResolver
-
- All Implemented Interfaces:
EntityResolver
- Enclosing class:
- DOMUtils
public static class DOMUtils.NullResolver extends Object implements EntityResolver
-
-
Constructor Summary
Constructors Constructor Description NullResolver()
-
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) throws SAXException, IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-
-