com.sun.tools.ws.util
Class WSDLFetcher

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

public class WSDLFetcher
extends java.lang.Object


Constructor Summary
WSDLFetcher(WsimportOptions options, WsimportListener listener)
           
 
Method Summary
 java.lang.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 java.lang.String fetchWsdls(MetadataFinder forest)
                            throws java.io.IOException,
                                   javax.xml.stream.XMLStreamException
Fetches the wsdls in the DOMForest to the options.destDir

Parameters:
forest -
Returns:
location of fetched root WSDL document
Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
java.io.FileNotFoundException


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