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


Constructor Summary
MetadataFinder.WSEntityResolver(WsimportOptions options, ErrorReceiver errReceiver)
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.