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

Author:
Rama Pulavarthi

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:
Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
java.io.FileNotFoundException


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