public abstract class WSConsumer extends Object
Constructor and Description |
---|
WSConsumer() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getClassNames(File outputDir) |
List<String> |
getClassNames(File outputDir,
String targetPackage) |
abstract List<String> |
importObjectFromWsdl(String wsdlURL,
File outputDir,
File sourceDir,
String targetPackage,
List<File> bindingFiles,
PrintStream messageStream,
File catalog) |
boolean |
isKeepSource() |
boolean |
isVerbose() |
void |
setKeepSource(boolean keepSource) |
void |
setVerbose(boolean verbose) |
public abstract List<String> importObjectFromWsdl(String wsdlURL, File outputDir, File sourceDir, String targetPackage, List<File> bindingFiles, PrintStream messageStream, File catalog) throws MalformedURLException, WiseRuntimeException
public final boolean isVerbose()
public final void setVerbose(boolean verbose)
verbose
- Sets verbose to the specified value.public final boolean isKeepSource()
public final void setKeepSource(boolean keepSource)
keepSource
- Sets keepSource to the specified value.public List<String> getClassNames(File outputDir, String targetPackage) throws WiseRuntimeException
WiseRuntimeException
public List<String> getClassNames(File outputDir) throws WiseRuntimeException
WiseRuntimeException
Copyright © 2008–2014 JBoss.org. All rights reserved.