org.objectweb.jonas_ws.wsgen
Class WebAppWsGen

java.lang.Object
  extended byorg.objectweb.jonas_ws.wsgen.WsGen
      extended byorg.objectweb.jonas_ws.wsgen.WebAppWsGen

public class WebAppWsGen
extends WsGen

Author:
Guillaume Sauthier

Field Summary
 
Fields inherited from class org.objectweb.jonas_ws.wsgen.WsGen
cg, debug, fileInputName, isHelp, keepGenerated, logger, outputdir, tmpDir, verbose
 
Constructor Summary
WebAppWsGen(java.lang.String outputDir, ConfigGenerator cGen, boolean isVerbose, boolean isDebug, java.lang.String warName)
          Create an WebAppWsGen
 
Method Summary
 void configure()
          Modify the given Web App to add it Webservices files
 
Methods inherited from class org.objectweb.jonas_ws.wsgen.WsGen
createTempDir, debug, destroyFile, error, fatalError, fatalError, getExplodedJar, info, main, removeDir, removeTempDirectories, usage, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppWsGen

public WebAppWsGen(java.lang.String outputDir,
                   ConfigGenerator cGen,
                   boolean isVerbose,
                   boolean isDebug,
                   java.lang.String warName)
            throws WsGenException
Create an WebAppWsGen

Method Detail

configure

public void configure()
               throws WsGenException
Modify the given Web App to add it Webservices files

Specified by:
configure in class WsGen
Throws:
WsGenException - when configuration fails.