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:
EntityResolver
Enclosing class:
MetadataFinder

public static class MetadataFinder.WSEntityResolver
extends Object
implements EntityResolver


Constructor Summary
MetadataFinder.WSEntityResolver(WsimportOptions options, ErrorReceiver errReceiver)
           
 
Method Summary
 InputSource resolveEntity(String publicId, 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 InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException


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