com.sun.tools.ws.util
Class WSDLFetcher

java.lang.Object
  extended by com.sun.tools.ws.util.WSDLFetcher

public class WSDLFetcher
extends Object

Author:
Rama Pulavarthi

Constructor Summary
WSDLFetcher(WsimportOptions options, WsimportListener listener)
           
 
Method Summary
 String fetchWsdls(MetadataFinder forest)
          Fetches the wsdls in the DOMForest to the options.destDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLFetcher

public WSDLFetcher(WsimportOptions options,
                   WsimportListener listener)
Method Detail

fetchWsdls

public String fetchWsdls(MetadataFinder forest)
                  throws IOException,
                         XMLStreamException
Fetches the wsdls in the DOMForest to the options.destDir

Parameters:
forest -
Returns:
location of fetched root WSDL document
Throws:
IOException
XMLStreamException
FileNotFoundException


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