Versions Compared

Key

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

...

These options are described in the following table except besides the general options:

Option

Usage

Description

-A, or --javaagent

-A <JAR>

Identify the specific Java Agent with a JAR file containing its path. To disable it, set it to 'none'.

-D, or --property

-D <name=value>

Define system properties.

-G, or --gproperty

-G <name=value>

Define org.apache.geronimo properties. This option is probably used if you start two or more Geronimo instances on your server.

-H, or --home

-H <dir>

Provide a specific Geronimo home directory. This option is probably used if you start two or more Geronimo instances on your server.

-J, or --javaopt

-J <flag>

Set a Java Virtual Machine (JVM) flag.

-P, or --profile

-P <name>

Select a configuration profile.

-b, or --background

-b

If provided, the server process will run in the background.

-j, or --jvm

-j <dir>

Use a specific JVM for the server process.

-l, or --logfile

-l <file>

Capture the console output to a log file.

-m, or --module

-m <module>

Start up a specific module.

-q, or --quiet

-q

Suppress warning and informative message.

-t, or --timeout

-t <time>

Identify the timeout in seconds.

-v, or --verbose

-v

Enable verbose output, resulting in more console output than is normally present.

...

Option

Usage

Description

-classpath or -cp

-classpath <path> or -cp <path>

Can be used to specify the location of the service implementation class.

-d

-d <directory>

Can be used to specify the directory in which the generated output files will be placed.

-extension

-extension

Can be used 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. Here is a list of the extentions available:

  • -XadditionalHearders
  • -Xauthfile
  • -Xbebug
  • -Xno-address-databindling
  • -Xnocompile

-help

-help

Can be used to obtain the help information.

-keep

-keep

Can be used to keep the generated source files.

-r

-r <directory>

Can be used to specify the directory in which generated WSDL file is placed. This parameter is only used in conjunction with the -wsdl parameter.

-verbose

-verbose

Can be used to output messages about what the compiler is doing.

-version

-version

Can be used to obtain the version number. 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="1f99bae6208c55f1-9ef235bd-453f45dc-aaeb8f6a-9dcea11a7271e374e8936992"><ac:plain-text-body><![CDATA[

-wsdl

-wsd [:protocol]

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

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

-servicename

-servicename <name>

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

...

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="8cc5d25c81ef25fb-81faeb30-4bb74962-aea9b622-a69b2b729eeeb1b1478e3c8a"><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="4616d61e47bb2052-367d66e0-48c34827-82ae9dd0-9d39bfd82e2b88c74ddd304e"><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="33e3625ac8268567-ecf9a11f-4b2f4bb9-84e499cd-8fd1b65df89b6aa3c493d01b"><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.addressing

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.

...