com.sun.tools.ws.wsdl.parser
Class MetadataFinder.WSEntityResolver
java.lang.Object
com.sun.tools.ws.wsdl.parser.MetadataFinder.WSEntityResolver
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
- Enclosing class:
- MetadataFinder
public static class MetadataFinder.WSEntityResolver
- extends java.lang.Object
- implements org.xml.sax.EntityResolver
|
Method Summary |
protected void |
finalize()
|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
|
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
WsimportOptions options
errorReceiver
ErrorReceiver errorReceiver
MetadataFinder.WSEntityResolver
public MetadataFinder.WSEntityResolver(WsimportOptions options,
ErrorReceiver errReceiver)
resolveEntity
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
throws org.xml.sax.SAXException,
java.io.IOException
- Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
- Throws:
org.xml.sax.SAXException
java.io.IOException
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.