On Mar 19, 2013, at 5:46 AM, Rehman Adil <[email protected]> wrote:

> Hi,
> 
> Could anyone suggest a mechanism for automated generation of Web Service
> APIs from the code when using Apache CXF as Web Service Framework? Only a
> WSDL sometimes is not sufficient but I presume there should be a
> possibility to generate
> Javadoc kind of interface as part of the build process so code and
> documentation are in sync.
> 

CXF does have a @WSDLDocumentation annotation that can be used to add 
additional information into the WSDL.   That information would then be 
generated into the javadoc of the java clients if using the CXF wsdl2java tool. 
 Not sure if that's "enough" for your case or not.


-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to