Full name:
npanday.plugin:maven-wsdl-plugin:1.2:wsdl
Description:
Attributes:
process-sources
.Name | Type | Since | Description |
---|---|---|---|
project | MavenProject |
- |
The maven project. |
proxies | List |
- |
Server values from the settings.xml file. |
servers | List |
- |
Server values from the settings.xml file. |
Name | Type | Since | Description |
---|---|---|---|
enableDataBinding | boolean |
- |
Generates the INotifyPropertyChanged interface to enable data
binding. Not supported for MONO. Default value is: false . |
fields | boolean |
- |
Generates fields instead of properties. Default value is: false . |
ignoreUnusedOptions | boolean |
- |
Tells the plugin to ignore options not appropriate to the vendor. Default value is: false . |
language | String |
- |
Language of the WSDL binding. Default value is CS (CSHARP). Default value is: CS . |
namespace | String |
- |
Namespace of the WSDL binding. Default value is ${project.groupId} Default value is: ${project.groupId} . |
netHome | String |
- |
(no description) |
order | boolean |
- |
Generates explicit order identifiers on all particle members. Not
supported for MONO. Default value is: false . |
outputDirectory | String |
- |
The directory to place the generated binding classes. |
paths | String[] |
- |
Paths (or URLs) of the WSDL files. |
protocol | String |
- |
Override the default protocol. |
proxy | Proxy |
- |
The proxy server |
server | Server |
- |
The server to retrieve the WSDL from. |
serverInterface | boolean |
- |
Generates server implementation Default value is: false . |
sharetypes | boolean |
- |
Turns on type sharing feature. Not supported for MONO. Default value is: false . |
verbose | boolean |
- |
Displays extra information when the sharetypes switch is specified.
Not supported for MONO. Default value is: false . |
webreferences | WebReference[] |
- |
Webreferences |
boolean
No
${enableDataBinding}
false
boolean
No
${fields}
false
boolean
No
false
java.lang.String
No
${language}
CS
java.lang.String
No
${namespace}
${project.groupId}
java.lang.String
No
${netHome}
boolean
No
${order}
false
java.lang.String
No
java.lang.String[]
No
${paths}
org.apache.maven.project.MavenProject
Yes
${project}
java.lang.String
No
${protocol}
java.util.List
Yes
${settings.proxies}
npanday.plugin.wsdl.Proxy
No
npanday.plugin.wsdl.Server
No
boolean
No
${serverInterface}
false
java.util.List
Yes
${settings.servers}
boolean
No
${sharetypes}
false
boolean
No
${verbose}
false
npanday.plugin.wsdl.WebReference[]
No