public class WsImport extends Object
public static void main(String[] args) throws Throwable
Invoker to
load tools.jarThrowablepublic 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, including $JAVA_HOME/lib/tools.jar
ThrowableCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.