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 SummaryConstructors Constructor Description NullResolver()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
 
- 
- 
- 
Method Detail- 
resolveEntitypublic InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException - Specified by:
- resolveEntityin interface- EntityResolver
- Throws:
- SAXException
- IOException
 
 
- 
 
-