Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to map my entire programs object flow in java and convert it into XML format. How to do it?
Posted
Comments
Sandeep Mewara 18-Feb-13 8:22am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

1 solution

I think you are trying to describe all of your APIs, including parameters and how to use it all. Have a look at javadoc, which is built into most java IDEs. The output is actually html, but I think this does what you want.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900