Class EntityResolverRI
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.EntityResolverRI
-
- All Implemented Interfaces:
EntityResolver
public class EntityResolverRI extends Object implements EntityResolver
-
-
Constructor Summary
Constructors Constructor Description EntityResolverRI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws IOException
- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
IOException
-
-