Package com.logicaldoc.webservice.doc
Class WebserviceDocGen
- java.lang.Object
 - 
- com.logicaldoc.webservice.doc.WebserviceDocGen
 
 
- 
public class WebserviceDocGen extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description WebserviceDocGen() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidindexPage(String release, File outputDir, List<Class<?>> services)static voidmain(String[] args)voidsingleReport(File outputDir, Class<?> webServiceClass) 
 - 
 
- 
- 
Method Detail
- 
main
public static void main(String[] args) throws IOException, ClassNotFoundException
- Throws:
 IOExceptionClassNotFoundException
 
- 
indexPage
public void indexPage(String release, File outputDir, List<Class<?>> services) throws IOException
- Throws:
 IOException
 
- 
singleReport
public void singleReport(File outputDir, Class<?> webServiceClass) throws IOException
- Throws:
 IOException
 
 - 
 
 -