Package com.sun.tools.ws.util
Class WSDLFetcher
- java.lang.Object
-
- com.sun.tools.ws.util.WSDLFetcher
-
public class WSDLFetcher extends Object
- Author:
- Rama Pulavarthi
-
-
Constructor Summary
Constructors Constructor Description WSDLFetcher(WsimportOptions options, WsimportListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfetchWsdls(MetadataFinder forest)Fetches the wsdls in the DOMForest to the options.destDir
-
-
-
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:
IOExceptionXMLStreamExceptionFileNotFoundException
-
-