Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The arguments used to manage the code generation process are reviewed in the following table.
Option Interpretation

-help or -h

-help or -h

Displays Can be used to obtain the online help for this utilityinformation.

--databinding

-databinding <jaxb or aegis>

Specify Can be used to specify the data binding (jaxb or aegis or jaxb). Default By default it is jaxb for jaxws frontend, and aegis for simple frontend.

-frontend

-frontend <jaxws or simple>

Specify Can be used tp specify the frontend to use. jaxws Jaxws and the simple frontend are supported.

-wsdl

-wsdl

Specify Can be used to generate the WSDL file.

-client

-client

Specify Can be used to generate client side code

-server

-server

Specify Can be used to generate server side code

-ant

-ant

Specify Can be used to generate an Ant build.xml script

-wrapperbean

-wrapperbean

Specify Can be used to generate the wrapper and fault bean

-o

-o <output-file>

Specifies Can be used to specify the name of the generated WSDL file.

-d

-d <resource-directory>

The Can be used to specify the directory in which the resource files are placed, located. The wsdl file will be placed into this directory by default.

-s

-s <source-directory>

The Can be used to specify the directory in which the generated source files (wrapper bean ,fault bean ,client side or server side code) are placedlocated.

-classdir

-classdir <compile-classes-directoty>

The Can be used to specify the directory in which the generated sources are compiled into. If not specified, the files are not compiled.

-cp

-cp <class-path>

Specify Can be used to specify the SEI and types class search path of directories and zip/jar files.

-soap12

-soap12

Specifies Can be used to indicate that the generated WSDL is to include a SOAP 1.2 binding.

-t

-t <target-namespace>

Specifies the target namespace to use in the generated WSDL file.

-beans

-beans <pathname of the bean definition file>

 

-servicename

-servicename <service-name>

Specifies Can be used to specify the value of the generated service element's name attribute.

-portname

-portname <port-name>

Specify Can be used to specify the port name to use in the generated wsdlWSDL.

-address

-address <address>

 

-createxsdimports

-createxsdimports

Output schemas to separate files and use imports to load them instead of inlining them into the wsdl.

-v

-v

Displays Can be used to display the version number for the tool.

-verbose

-verbose

Displays Can be used to display comments during the code generation process.

-quiet

-quiet

Suppresses Can be used to suppress comments during the code generation process.

<classname>

<classname>

Specifies Can be used to specify the name of the SEI class.

...

-classpath or -cp

-classpath <path> or -cp <path>

Specifies the location of the service implementation class.

-d

-d <directory>

Specifies where to place the generated output files.

-extension

-extension

Specifies whether to allow custom extensions for functionality not specified by the JAX-WS specification. Use of the extensions can result in applications that are not portable or do not interoperate with other implementations.

-help

-help

Displays the help information.

-keep

-keep

Specifies whether to keep the generated source files.

-r

-r <directory>

This parameter is only used in conjunction with the -wsdl parameter. Specifies where to place the generated WSDL file.

-verbose

-verbose

Specifies to output messages about what the compiler is doing.

-version

-version

Prints the version information. If you specify this option, only the version information will be output and normal command processing will not occur.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="1c72b61770f12ef0-1279b1ea-4ba54b5a-be35a693-aa2ce7642906311eb1ab0144"><ac:plain-text-body><![CDATA[

-wsdl

-wsd [:protocol]

By default, wsgen does not generate a WSDL file. This optional parameter causes wsgen to generate a WSDL file and is typically only used to allow a developer to review a WSDL file before the endpoint is deployed. The protocol is optional and specifies the protocol used in the wsdl:binding. Valid values for protocol are soap 1.1 and Xsoap 1.2. The default value is soap 1.1. The Xsoap 1.2 value is not standard and can only be used in conjunction with the -extension option.

]]></ac:plain-text-body></ac:structured-macro>

-servicename

-servicename <name>

This parameter is only used in conjunction with the -wsdl option. Specifies a wsdl:service name to be generated in the WSDL file.

...

Option

Usage

Description

-help or -h

-help or -h

Displays the online help for this utility.

-fe

-fe <frontend-name>

Specifies the frontend. Default is JAXWS. Currently supports only JAXWS frontend.

-db

-db <databinding-name>

Specifies the databinding. Default is JAXB. Currently supports only JAXB databinding.

-wv

-wv <wsdl-version>

Specifies the wsdl version .Default is WSDL1.1. Currently suppports only WSDL1.1 version.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="03c39c308025f8b8-ad261a38-4c184ce4-91feb1c7-0a6c3bf83e80fe1dbadaac45"><ac:plain-text-body><![CDATA[

-p

-p <[wsdl-namespace = ] package-name>*

Specifies zero, or more, package names to use for the generated code. Optionally specifies the WSDL namespace to package name mapping.

]]></ac:plain-text-body></ac:structured-macro>

-sn

-sn <service-name>

The WSDL service name to use for the generated code.

-b

-b <bindling-file-name>

Specifies zero, or more, JAXWS or JAXB binding files. Use spaces to separate multiple entries.

-catalog

-catalog <catalog-file-name>

Specify catalog file to map the imported wsdl/schema.

-d

-d <output-directory>

Specifies the directory into which the generated code files are written.

-compile

-compile

Compiles generated Java files.

-classdir

-classdir <compile-classes-directory>

Specifies the directory into which the compiled class files are written.

-impl

-impl

Generates starting point code for an implementation object.

-client

-client

Generates starting point code for a client mainline.

-server

-server

Generates starting point code for a server mainline.

-all

-all

Generates all starting point code: types, service proxy, service interface, server mainline, client mainline, implementation object, and an Ant build.xml file.

-autoNameResolution

-autoNameResolution

Automatically resolve naming conflicts without requiring the use of binding customizations.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="1c55efc1ee74009d-f02f5872-44424677-8c2985e5-29c898133934f9921ceb204d"><ac:plain-text-body><![CDATA[

-defaultValues

-defaultValues=[DefaultValueProvider impl]

Specifies that default values are generated for the impl and client. You can also provide a custom default value provider. The default provider is RandomValueProvider.

]]></ac:plain-text-body></ac:structured-macro>

-ant

-ant

Generates the Ant build.xml file.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cbe1735344e7a415-ca06293a-451942fa-b3818d4d-4be1eced93b3bf0cf2904b12"><ac:plain-text-body><![CDATA[

-nexclude

-nexclude <schema-namespace [=java=package-name]>*

Ignore the specified WSDL schema namespace when generating code. This option may be specified multiple times. Also, optionally specifies the Java package name used by types described in the excluded namespace(s).

]]></ac:plain-text-body></ac:structured-macro>

-exsh

-exsh <<true,false>>

Enables or disables processing of implicit SOAP headers (i.e. SOAP headers defined in the wsdl:binding but not wsdl:portType section.) Default is false.

-dns

-dns <<true,false>>

Enables or disables the loading of the default namespace package name mapping. Default is true and

http://www.w3.org/2005/08/addressing=org.apache.cxf.ws.addressing

namespace package mapping will be enabled.

-dex

-dex <<true,false>>

Enables or disables the loading of the default excludes namespace mapping. Default is true.

-validate

-validate

Enables validating the WSDL before generating the code.

-keep

-keep

Specifies that the code generator will not overwrite any preexisting files. You will be responsible for resolving any resulting compilation issues.

-wsdlLocation

-wsdllocation <wsdlLocation>

Specifies the value of the @WebServiceClient annotation's wsdlLocation property.

-xjc

-xjc <xjc-arguments>

Specifies a comma separated list of arguments that are passed directly to the XJC processor when using the JAXB databinding. A list of available XJC plugins can be obtained using -xjc-X.

-noAddressBinding

-noAddressBinding

For compatibility with CXF 2.0, this flag directs the code generator to generate the older CXF proprietary WS-Addressing types instead of the JAX-WS 2.1 compliant WS-Addressing types.

-v

-v

Displays the version number for the tool.

-verbose

-verbose

Displays comments during the code generation process.

-queit

-quiet

Suppresses comments during the code generation process.

<wsdlurl>

<wsdlurl>

The path and name of the WSDL file to use in generating the code.

...