You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

-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 Display detailed information for options.

-v Display the version of the tool.

-verbose Verbose mode

-quiet Quiet mode

<classname> SEI class name

Examples

See Also

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

  • No labels