com.sun.tools.ws.wsdl.parser
Class MetadataFinder.WSEntityResolver

java.lang.Object
  extended by 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


Field Summary
(package private)  ErrorReceiver errorReceiver
           
(package private)  WsimportOptions options
           
 
Constructor Summary
MetadataFinder.WSEntityResolver(WsimportOptions options, ErrorReceiver errReceiver)
           
 
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
 

Field Detail

options

WsimportOptions options

errorReceiver

ErrorReceiver errorReceiver
Constructor Detail

MetadataFinder.WSEntityResolver

public MetadataFinder.WSEntityResolver(WsimportOptions options,
                                       ErrorReceiver errReceiver)
Method Detail

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.