Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

excerptINLINE

The cxf-tools commands are script is used to generate Web services

...

...

where <toolName> is either java2ws or wsdl2java.

The java2ws tool uses the following syntax:

...

...

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

...

The wsdl2java tool uses the following syntax:

...

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

Option

Usage

Description

-help or -h

-help or -h

Can be used to obtain the help information.

-fe

-fe <frontend-name>

Can be used to specify the frontend. By default it is JAXWS frontend. Currently only JAXWS frontend is supported.

-db

-db <databinding-name>

Can be used to specify the data binding. By default it is jaxb. Currently only JAXB databinding is supported.

-wv

-wv <wsdl-version>

Can be used to specify the wsdl version. By default it is WSDL 1.1. Currently only WSDL 1.1 version is supported.<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="64fb762b-9c06-460c-b346-99eada3cba43"><ac:plain-text-body><![CDATA[

-p

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

Can be used to specify zero or more package names for the generated code.]]></ac:plain-text-body></ac:structured-macro>

-sn

-sn <service-name>

Can be used to specify the WSDL service name for the generated code.

-b

-b <bindling-file-name>

Can be used to specify zero or more JAXWS or JAXB binding files. You can use spaces to separate more than one entry.

-catalog

-catalog <catalog-file-name>

Can be used to specify catalog file that maps the imported wsdl/schema.

-d

-d <output-directory>

Can be used to specify the directory into which the generated code files are written.

-compile

-compile

Can be used to compile generated Java files.

-classdir

-classdir <compile-classes-directory>

Can be used to specify the directory into which the compiled class files are written.

-impl

-impl

Can be used to generate starting point code for an implementation object.

-client

-client

Can be used to generate starting point code for a client mainline.

-server

-server

Can be used to generate starting point code for a server mainline.

-all

-all

Can be used to generate all starting point code: types, service proxy, service interface, server mainline, client mainline, implementation object, and an Ant build.xml file.

-autoNameResolution

-autoNameResolution

Can be used to automatically resolve naming conflicts without binding customizations.

<ac:structured-macro ac:name="unmigrated -wiki-markup" ac:schema-version="1" ac:macro-id="6cd2c4bd-a40e-44d7-8ee7-b4aa65092e12"><ac:plain-text-body><![CDATA[ -defaultValues

-defaultValues=[DefaultValueProvider impl]

Can be used to generate default values 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

Can be used to generates the Ant build.xml file.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema -version="1" ac:macro-id="5c0030b8-5d4f-4d13-91a7-b886afe898ae"><ac:plain-text-body><![CDATA[ -nexclude

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

Can be used to ignore the specified WSDL schema namespace when generating code. This option can be specified multiple times. Java package name used by types described in the excluded namespace(s) can also be specified. The java package name is optional.

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

-exsh <<true,false>>

Can be used to enable or disable processing of implicit SOAP headers (SOAP headers defined in the wsdl:binding but not wsdl:portType section.) By default it is false.

-dns

-dns <<true,false>>

Can be used to enable or disable the loading of the default namespace package name mapping. Default is true and

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

namespace package mapping will be enabled.

-dex

-dex <<true,false>>

Can be used to enable or disable the loading of the default excludes namespace mapping. Default is true.

-validate

-validate

Can be used to enable validating the WSDL before generating the code.

-keep

-keep

Can be used to indicate that the code generator will not overwrite any preexisting files. You will be responsible for resolving any resulting compilation issues.

-wsdlLocation

-wsdllocation <wsdlLocation>

Can be used to specify the value of the @WebServiceClient annotation's wsdlLocation property.

-xjc

-xjc <xjc-arguments>

Can be used to specify 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

Can be used to direct 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

Can be used to obtain the version number.

-verbose

-verbose

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

-queit

-quiet

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

<wsdlurl>

<wsdlurl>

Can be used to specify the path and name of the WSDL file in generating the code.