java2js — generates JavaScript code from a Java SEI
java2js
[[-?] | [-help] | [-h]] [-jsutils] [-o outFile
] [-d outDir
] [-beans beanPath
...] [-cp classpath
] [-soap12] [-v] [[-verbose] | [-quiet]] classname
java2js takes a compiled Java SEI and generates JavaScript code from which to implement a client that is capable of interacting with a service implementing the service interface.
The arguments used to manage the code generation process are reviewed in the following table.
Option | Interpretation |
---|---|
-?
| Displays the online help for this utility. |
-help
| |
-h
| |
-jsutils | Instructs the tool to put the FUSE Services Framework JavaScript utility code at the top of the generated file. |
-o | Specifies the name of the generated file. |
-d | Specifies the name of the directory into which the generated file is placed. |
-beans | Specify the pathname of a file defining additional Spring beans to customize data binding configuration. |
-cp | Specifies the classpath used to discover the SEI and required support files. |
-soap12 | Instructs the tool to generate a SOAP 1.2 binding. |
-v
| Displays the version number for the tool. |
-verbose
| Displays comments during the code generation process. |
-quiet
| Suppresses comments during the code generation process. |
classname | Specifies the name of the SEI class. |