Apache CXF API

org.apache.cxf.helpers
Class DOMUtils.NullResolver

java.lang.Object
  extended by org.apache.cxf.helpers.DOMUtils.NullResolver
All Implemented Interfaces:
EntityResolver
Enclosing class:
DOMUtils

public static class DOMUtils.NullResolver
extends Object
implements EntityResolver


Constructor Summary
DOMUtils.NullResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtils.NullResolver

public DOMUtils.NullResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException

Apache CXF API

Apache CXF