Module JAXWS - stoicflame/enunciate GitHub Wiki
The JAX-WS module processes all the Java classes that support the JAX-WS framework. The JAX-WS module creates the model that is used to generate all the resource-based documentation for the API.
The configuration for the JAX-WS module is specified by the jaxws element under the modules element in the Enunciate configuration file. The following attributes are supported on the jaxws element:
| attribute | description |
|---|---|
useSourceParameterNames |
The "useSourceParameterNames" attribute dictates whether Enunciate should use the parameter names of the source file instead of the default "argN" parameter names dictated by the JAX-WS spec. |
datatype-detection |
The "datatype-detection" dictates how the module is to detect data types for the API. The valid values are "passive" (data types will only be detected when other modules and services explicitly depend on the data types), "aggressive" (data types will be detected aggressively, by scanning the entire classpath), and "local" (data types will be detected only from among those in the source code of the current invocation context). Default is "local" unless explicit include patterns have been provided, in which case default is "aggressive". |