com.sun.tools.ws.util
Class WSDLFetcher

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

public class WSDLFetcher
extends Object


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,
                         javax.xml.stream.XMLStreamException
Fetches the wsdls in the DOMForest to the options.destDir

Parameters:
forest -
Returns:
Throws:
IOException
javax.xml.stream.XMLStreamException
FileNotFoundException


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.