Package org.apache.axis.utils
Class DefaultEntityResolver
- java.lang.Object
-
- org.apache.axis.utils.DefaultEntityResolver
-
- All Implemented Interfaces:
org.xml.sax.EntityResolver
public class DefaultEntityResolver extends java.lang.Object implements org.xml.sax.EntityResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description DefaultEntityResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.InputSource
resolveEntity(java.lang.String publicId, java.lang.String systemId)
-