org.objectweb.jonas_ws.wsgen
Class EjbJarWsGen

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

public class EjbJarWsGen
extends WsGen

Hold specific process for EjbJar files.

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
EjbJarWsGen(java.lang.String outputDir, ConfigGenerator cGen, boolean isVerbose, boolean isDebug, java.lang.String jarName)
          Create an EjbJarWsGen
 
Method Summary
 void configure()
          Modify the given EjbJar 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

EjbJarWsGen

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

Method Detail

configure

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

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