Provides API support for various Systinet Server tools like Java2WSDL, Deploy tools, etc.
In case that you need an API support of Systinet Server command line tools, you can
use packages in org.idoox.wasp.tools
.
Example:
// get a tool instance via static factory
Java2WSDL java2WSDL = Java2WSDLFactory.newJava2WSDL();
// call Java2WSDL to process and generate the WSDL file
Definition def = java2WSDL.generateDefinition(MyService.class);