public class WsImport extends Object
| Constructor and Description |
|---|
WsImport() |
| Modifier and Type | Method and Description |
|---|---|
static int |
doMain(String[] args)
Entry point for tool integration.
|
static void |
main(String[] args)
CLI entry point.
|
public static void main(String[] args) throws Throwable
Invoker to load proper API versionThrowablepublic static int doMain(String[] args) throws Throwable
This does the same as main(String[]) except
it doesn't invoke System.exit(int). This method
also doesn't play with classloaders. It's the caller's
responsibility to set up the classloader to load all jars
needed to run the tool.
ThrowableCopyright © 2005–2018 Oracle Corporation. All rights reserved.