com.sun.xml.ws.wsdl.parser
Class EntityResolverWrapper
java.lang.Object
com.sun.xml.ws.wsdl.parser.EntityResolverWrapper
- All Implemented Interfaces:
- XMLEntityResolver
final class EntityResolverWrapper
- extends Object
- implements XMLEntityResolver
Wraps EntityResolver
into XMLEntityResolver
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityResolverWrapper
public EntityResolverWrapper(EntityResolver core)
resolveEntity
public XMLEntityResolver.Parser resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Description copied from interface:
XMLEntityResolver
- See
EntityResolver.resolveEntity(String, String)
for the contract.
- Specified by:
resolveEntity
in interface XMLEntityResolver
- Throws:
SAXException
IOException