Apache CXF API

org.apache.cxf.bus.spring
Class BusEntityResolver

java.lang.Object
  extended by org.springframework.beans.factory.xml.DelegatingEntityResolver
      extended by org.apache.cxf.bus.spring.BusEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class BusEntityResolver
extends org.springframework.beans.factory.xml.DelegatingEntityResolver


Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.DelegatingEntityResolver
DTD_SUFFIX, XSD_SUFFIX
 
Constructor Summary
BusEntityResolver(org.xml.sax.EntityResolver dr, org.xml.sax.EntityResolver sr)
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusEntityResolver

public BusEntityResolver(org.xml.sax.EntityResolver dr,
                         org.xml.sax.EntityResolver sr)
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Overrides:
resolveEntity in class org.springframework.beans.factory.xml.DelegatingEntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException

Apache CXF API

Apache CXF