Uses of Class
org.ow2.jonas.generators.genbase.archive.J2EEArchive

Packages that use J2EEArchive
org.ow2.jonas.generators.genbase.archive   
org.ow2.jonas.generators.genbase.modifier   
org.ow2.jonas.generators.genbase.utils   
org.ow2.jonas.generators.genclientstub.modifier   
org.ow2.jonas.generators.wsgen.finder   
 

Uses of J2EEArchive in org.ow2.jonas.generators.genbase.archive
 

Subclasses of J2EEArchive in org.ow2.jonas.generators.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.ow2.jonas.generators.genbase.modifier
 

Methods in org.ow2.jonas.generators.genbase.modifier that return J2EEArchive
 J2EEArchive ArchiveModifier.getArchive()
           
 

Methods in org.ow2.jonas.generators.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.ow2.jonas.generators.genbase.modifier with parameters of type J2EEArchive
ArchiveModifier(J2EEArchive archive)
          Creates a new ArchiveModifier object.
 

Uses of J2EEArchive in org.ow2.jonas.generators.genbase.utils
 

Methods in org.ow2.jonas.generators.genbase.utils that return J2EEArchive
 J2EEArchive ArchiveStorer.getArchive()
           
 

Constructors in org.ow2.jonas.generators.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.ow2.jonas.generators.genclientstub.modifier
 

Constructors in org.ow2.jonas.generators.genclientstub.modifier with parameters of type J2EEArchive
AbsArchiveModifier(J2EEArchive archive)
          Constructor
 

Uses of J2EEArchive in org.ow2.jonas.generators.wsgen.finder
 

Constructors in org.ow2.jonas.generators.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 © 2010 OW2 Consortium. All Rights Reserved.