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 Summary
Constructors Constructor Description BusEntityResolver(ClassLoader loader, EntityResolver dr, EntityResolver sr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Constructor Detail
-
BusEntityResolver
public BusEntityResolver(ClassLoader loader, EntityResolver dr, EntityResolver sr)
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Overrides:
resolveEntity
in classorg.springframework.beans.factory.xml.DelegatingEntityResolver
- Throws:
SAXException
IOException
-
-