WSDL2Java should create Javadoc from wsdl:documentation tags
------------------------------------------------------------
Key: CXF-2465
URL: https://issues.apache.org/jira/browse/CXF-2465
Project: CXF
Issue Type: New Feature
Components: Tooling
Affects Versions: 2.2.4
Reporter: Christian Schneider
Priority: Minor
Currently Java2WS already creates wsdl:documentation tags from
@WsdlDocumentation annotations. These apply to portType and operation.
To benefit from these tags in generated code WSDL2Java should create Javadoc
comments from wsdl:documentation tags.
See the thread on the mailing list for some pointers from Dan how to implement
this:
http://mail-archives.apache.org/mod_mbox/cxf-users/200910.mbox/browser
"Mostly, in the WSDLServiceBuilder thing, when processing the wsdl, you
would need to copy the documentation stuff out of the wsdl and into the new
documentation things I added into the service model to support the
@WSDLDocumentation things. From there, just updating the jaxws processor
things in tools and maybe the velocity templates may be enough.
Dan"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.