|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CompilerIO | CompilerIO interface specifies an abstraction over file system. |
Provides API support for various WSO2 SOA Enablement Server tools like Java2WSDL, Deploy tools, etc.
In case that you need an API support of WSO2 SOA Enablement 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);
org.idoox.wasp.tools.java2schema
,
org.idoox.wasp.tools.java2wsdl
,
org.idoox.wasp.tools.schema2java
,
org.idoox.wasp.tools.wsdl2java
,
org.idoox.wasp.tools.deployment.deploytool
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |