Package org.apache.cxf.bus.spring
Class BusEntityResolver
- java.lang.Object
- 
- org.springframework.beans.factory.xml.DelegatingEntityResolver
- 
- org.apache.cxf.bus.spring.BusEntityResolver
 
 
- 
- All Implemented Interfaces:
- EntityResolver
 
 public class BusEntityResolver extends org.springframework.beans.factory.xml.DelegatingEntityResolver
- 
- 
Constructor SummaryConstructors Constructor Description BusEntityResolver(ClassLoader loader, EntityResolver dr, EntityResolver sr)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
 
- 
- 
- 
Constructor Detail- 
BusEntityResolverpublic BusEntityResolver(ClassLoader loader, EntityResolver dr, EntityResolver sr) 
 
- 
 - 
Method Detail- 
resolveEntitypublic InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException - Specified by:
- resolveEntityin interface- EntityResolver
- Overrides:
- resolveEntityin class- org.springframework.beans.factory.xml.DelegatingEntityResolver
- Throws:
- SAXException
- IOException
 
 
- 
 
-