Name |
Type |
Since |
Description |
<args> |
List |
- |
Specify optional command-line options.
Multiple elements can be specified, and each token must be
placed in its own list.
|
<destDir> |
File |
- |
Specify where to place output generated classes. Use
xnocompile to turn this off. Default value is: ${project.build.outputDirectory} .
|
<encoding> |
String |
- |
Specify character encoding used by source files. User property is: project.build.sourceEncoding .
|
<executable> |
File |
2.2.1 |
Path to the executable. Should be either wsgen or wsimport but
basically any script which will understand passed in arguments will
work.
|
<extension> |
boolean |
- |
Allow to use the JAXWS Vendor Extensions. Default value is: false .
|
<genWsdl> |
boolean |
- |
Specify that a WSDL file should be generated in
${resourceDestDir} . Default value is: false .
|
<inlineSchemas> |
boolean |
- |
Inline schemas in the generated WSDL. Used in conjunction with the
genWsdl option. Default value is: false .
|
<keep> |
boolean |
- |
Keep generated files. Default value is: true .
|
<metadata> |
File |
2.3 |
Metadata file for wsgen. See the
JAX-WS Guide for the description of this feature. Unmatched
files will be ignored.
|
<portname> |
String |
- |
Specify the Port name to use in the generated WSDL. Used in
conjunction with the genWsdl option.
|
<protocol> |
String |
- |
Used in conjunction with genWsdl to specify the
protocol to use in the wsdl:binding . Valid values are
"soap1.1 " or "Xsoap1.2 ", default is
"soap1.1 ". "Xsoap1.2 " is not standard and
can only be used in conjunction with the extension
option.
|
<resourceDestDir> |
File |
- |
Directory containing the generated wsdl files. Default value is: ${project.build.directory}/generated-sources/wsdl .
|
<sei> |
String |
- |
Service endpoint implementation class name.
|
<servicename> |
String |
- |
Specify the Service name to use in the generated WSDL. Used in
conjunction with the genWsdl option.
|
<sourceDestDir> |
File |
- |
Specify where to place generated source files, keep is turned on
with this option. Default value is: ${project.build.directory}/generated-sources/wsgen .
|
<verbose> |
boolean |
- |
Output messages about what the tool is doing. Default value is: false .
|
<vmArgs> |
List |
- |
Specify optional JVM options.
Multiple elements can be specified, and each token must be
placed in its own list.
|
<xdonotoverwrite> |
boolean |
- |
(no description) Default value is: false .
|
<xnocompile> |
boolean |
- |
Turn off compilation after code generation and let generated
sources be compiled by maven during compilation phase; keep is
turned on with this option. Default value is: false .
|