Full name:
ch.elca.el4j.maven.plugins:maven-jaxws-plugin:3.1:wsgen
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
sei | String | - | service endpoint implementation class name. Default value is: *. |
Name | Type | Since | Description |
---|---|---|---|
contextURL | String | - | The context part of the URL (this becomes the directory). |
destDir | File | - | Specify where to place output generated classes Set to "" to turn
it off Default value is: ${project.build.outputDirectory}. |
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. |
hostURL | String | - | The host part of the URL (like http://localhost:8080). |
keep | boolean | - | Keep generated files. Default value is: false. |
protocol | String | - | Used in conjunction with genWsdl to specify the protocol to use in
the wsdl:binding. Value 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 -extensions option |
resourceDestDir | File | - | Directory containing the generated wsdl files. Default value is: ${project.build.directory}/jaxws/wsgen/wsdl. |
serviceURL | String | - | The service part of the URL. The star charcter (*) gets replaced by
the service interface name. |
sourceDestDir | File | - | Specify where to place generated source files, keep is turned on
with this option. |
verbose | boolean | - | Output messages about what the tool is doing Default value is: false. |
keep:
sei: