DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Java to Javascript
Name
java2js -
Synopsis
| No Format |
|---|
java2js -databinding <jaxb or aegis> -jsutils -o <output-file> -d <resource-directory> -beans <pathname of the bean definition file.>* -cp <class-path> -soap12 -h -v -verbose -quiet <classname> |
Description
...
Options
Option | Interpretation |
|---|---|
-databinding <jaxb or aegis> | Specify the data binding (aegis or jaxb). Default is jaxb for jaxws frontend, and aegis for simple frontend. |
-jsutils | Write the JavaScript common utilities at the beginning of the output. |
-o <output-file> | Specify the output wsdl file name |
-d <resource-directory> | The directory in which the output wsdl and other resource files are placed |
-beans <pathname of the bean definition file.>* | Specify the pathname of a file defining additional Spring beans to customize databinding configuration. |
-cp class-path | Specify the SEI and types class search path of directories and zip/jar files |
-soap12 | Specify to generate SOAP 1.2 binding |
?,-h,-help | Display detailed information for options. |
-v | Displays the version number of the tool. |
-verbose | Display comments during the code generation process. |
-quiet | Suppress comments during the code generation process. |
classname | SEI class name |
Examples
...
See Also
idl2wsdl, java2ws, wsdl2corba, wsdl2java, wsdl2js, wsdl2service, wsdl2soap, wsdl2xml, wsdlvalidator and xsd2wsdl.