Uses of Class
org.objectweb.jonas_lib.genbase.archive.J2EEArchive

Packages that use J2EEArchive
org.objectweb.jonas_lib.genbase.archive   
org.objectweb.jonas_lib.genbase.modifier   
org.objectweb.jonas_lib.genbase.utils   
org.objectweb.jonas_lib.genclientstub.modifier   
org.objectweb.jonas_ws.wsgen.finder   
 

Uses of J2EEArchive in org.objectweb.jonas_lib.genbase.archive
 

Subclasses of J2EEArchive in org.objectweb.jonas_lib.genbase.archive
 class Application
          Application is a wrapper around an ear (packaged as a jar or as an unpacked jar).
 class Client
          Client represnets a J2EE Client Archive.
 class DummyApplication
          DummyApplication is a wrapper for auto generated application archive.
 class DummyWebApp
          DummyWebApp is a wrapper for auto generated webapp archive.
 class EjbJar
          EjbJar represents an EjbJar J2EE Archive.
 class WebApp
          A WebApp is a wrapper class around a Web Archive.
 

Uses of J2EEArchive in org.objectweb.jonas_lib.genbase.modifier
 

Methods in org.objectweb.jonas_lib.genbase.modifier that return J2EEArchive
 J2EEArchive ArchiveModifier.getArchive()
           
 

Methods in org.objectweb.jonas_lib.genbase.modifier with parameters of type J2EEArchive
protected static Archive ArchiveModifier.save(Config config, String outname, J2EEArchive archive)
          Save the curernt archive usin given configuration and given out filename.
 

Constructors in org.objectweb.jonas_lib.genbase.modifier with parameters of type J2EEArchive
ArchiveModifier(J2EEArchive archive)
          Creates a new ArchiveModifier object.
 

Uses of J2EEArchive in org.objectweb.jonas_lib.genbase.utils
 

Methods in org.objectweb.jonas_lib.genbase.utils that return J2EEArchive
 J2EEArchive ArchiveStorer.getArchive()
           
 

Constructors in org.objectweb.jonas_lib.genbase.utils with parameters of type J2EEArchive
ArchiveStorer(J2EEArchive archive)
          Creates a new ArchiveStorer object.
DirStorer(J2EEArchive archive, File dir)
          Creates a new DirStorer object.
JarStorer(J2EEArchive archive, File jar)
          Creates a new JarStorer object.
 

Uses of J2EEArchive in org.objectweb.jonas_lib.genclientstub.modifier
 

Constructors in org.objectweb.jonas_lib.genclientstub.modifier with parameters of type J2EEArchive
AbsArchiveModifier(J2EEArchive archive)
          Constructor
 

Uses of J2EEArchive in org.objectweb.jonas_ws.wsgen.finder
 

Constructors in org.objectweb.jonas_ws.wsgen.finder with parameters of type J2EEArchive
GeneralWSFinder(J2EEArchive archive)
          Creates a WSFinder suitable for all types of modules.
GenericWSFinder(J2EEArchive archive, String descriptorName)
          Create a multi-module type WSFinder.
WebServicesXmlFinder(J2EEArchive archive)
          Constructs a WebServicesXmlFinder that will explore the given J2EEArchive.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.