Compiles WSDL into ActionScript3 SOAP client stubs.
Mojo Attributes:
generate-sources
Name | Type | Description |
---|---|---|
flexHome | File |
No description. |
outputDirectory | File |
Location of the output ActionScript source. |
project | MavenProject |
No description. |
sourceDirectory | File |
Specifies the directory containing WSDL files. |
Name | Type | Description |
---|---|---|
excludes | Set |
Set of exclude patterns |
includes | Set |
A set of patterns matching files from the sourceDirectory that should be processed as grammers. |
typeMappingStrategy | String |
Name of the type mapping strategy: 'asxsd' (the default) or 'none'. |
Set of exclude patterns
java.util.Set
No
java.io.File
Yes
${flex.home}
java.util.Set
No
java.io.File
Yes
${project.build.directory}/generated-sources/wsdl2as
org.apache.maven.project.MavenProject
Yes
${project}
java.io.File
Yes
${basedir}/src/main/wsdl
java.lang.String
No