Apache CXF API

org.apache.cxf.bus.spring
Class BusEntityResolver

java.lang.Object
  extended by DelegatingEntityResolver
      extended by org.apache.cxf.bus.spring.BusEntityResolver

public class BusEntityResolver
extends DelegatingEntityResolver


Constructor Summary
BusEntityResolver(EntityResolver dr, EntityResolver sr)
           
 
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

BusEntityResolver

public BusEntityResolver(EntityResolver dr,
                         EntityResolver sr)
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Throws:
SAXException
IOException

Apache CXF API

Apache CXF