| Entry point for tool integration.
This does the same as
WsImport.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
0 if the tool runs successfully. |