Java to Javascript

Name

java2js -

Synopsis

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

OptionInterpretation
-databinding <jaxb or aegis>Specify the data binding (aegis or jaxb). Default is jaxb for jaxws frontend, and aegis for simple frontend.
-jsutilsWrite 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-pathSpecify the SEI and types class search path of directories and zip/jar files
-soap12Specify to generate SOAP 1.2 binding
?,-h,-helpDisplay detailed information for options.
-vDisplays the version number of the tool.
-verboseDisplay comments during the code generation process.
-quietSuppress comments during the code generation process.
classnameSEI class name

Examples

...

See Also

idl2wsdl, java2ws, wsdl2corba, wsdl2java, wsdl2js, wsdl2service, wsdl2soap, wsdl2xml, wsdlvalidator and xsd2wsdl.