Uses of Class
org.ow2.jonas.generators.genbase.GenBaseException

Packages that use GenBaseException
org.ow2.jonas.generators.genbase   
org.ow2.jonas.generators.genbase.archive   
org.ow2.jonas.generators.genbase.generator   
org.ow2.jonas.generators.genbase.modifier   
org.ow2.jonas.generators.genbase.utils   
org.ow2.jonas.generators.genclientstub   
org.ow2.jonas.generators.genclientstub.generator   
org.ow2.jonas.generators.genclientstub.modifier   
org.ow2.jonas.generators.wsgen   
org.ow2.jonas.generators.wsgen.generator   
org.ow2.jonas.generators.wsgen.generator.axis   
org.ow2.jonas.generators.wsgen.generator.ews   
org.ow2.jonas.generators.wsgen.modifier   
 

Uses of GenBaseException in org.ow2.jonas.generators.genbase
 

Subclasses of GenBaseException in org.ow2.jonas.generators.genbase
 class NoJ2EEWebservicesException
          Thrown By XMLUtils.newDocument() when DTD validated files are found.
 

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

Methods in org.ow2.jonas.generators.genbase.archive that throw GenBaseException
protected  void Application.init()
          Initialize the Application.
protected  void DummyApplication.init()
          Initialize the DummyApplication.
 void Application.initialize()
          Initialize the Archive.
 void Client.initialize()
          Initialize the Archive.
 void EjbJar.initialize()
          Initialize the Archive.
 void WebApp.initialize()
          Initialize the Archive.
abstract  void J2EEArchive.initialize()
          Initialize the Archive.
protected  void Application.loadDescriptors()
          Load Deployment Descriptor of an Application.
 Document WebApp.newContextDoc()
          Returns a new Document of the context.xml file
 Document WebApp.newWebJettyDoc()
          Returns a new Document of the web-jetty.xml file
 

Constructors in org.ow2.jonas.generators.genbase.archive that throw GenBaseException
Application(Archive archive, org.ow2.util.ee.deploy.api.deployable.IDeployable deployable)
          Creates a new Application archive.
Client(Archive archive)
          Create a new Client not contained in Application
Client(Archive archive, Application app)
          Create a new Client contained in Application
DummyApplication(String name)
          Creates a new Application archive.
DummyWebApp(Application app, String name)
          Creates a new DummyWebApp archive.
EjbJar(Archive archive)
          Create a new EjbJar not contained in Application
EjbJar(Archive archive, Application app)
          Create a new EjbJar contained in Application
FileArchive(File archive)
          Creates a new FileArchive object.
JarArchive(File jar)
          Creates a new JarArchive object.
WebApp(Archive archive)
          Create an alone WebApp (not in an ear).
WebApp(Archive archive, Application app)
          Create an embded WebApp.
 

Uses of GenBaseException in org.ow2.jonas.generators.genbase.generator
 

Methods in org.ow2.jonas.generators.genbase.generator that throw GenBaseException
abstract  void AbsGenerator.addFiles(Archive archive)
          Add generated files into an Archive
abstract  void AbsGenerator.compile()
          Compile generated java files into classes directory.
abstract  void AbsGenerator.generate()
          Generate files.
 

Constructors in org.ow2.jonas.generators.genbase.generator that throw GenBaseException
AbsGenerator(Config config)
          Creates a new Generator with the given Config.
 

Uses of GenBaseException in org.ow2.jonas.generators.genbase.modifier
 

Methods in org.ow2.jonas.generators.genbase.modifier that throw GenBaseException
abstract  Archive ArchiveModifier.modify()
          Modify the current archive and return a modified archive.
 Archive AbsApplicationModifier.modify()
          Modify the current archive and return a modified archive.
protected  Archive ArchiveModifier.save(Config config, String outname)
          Save the current archive using given configuration and given out filename.
protected static Archive ArchiveModifier.save(Config config, String outname, J2EEArchive archive)
          Save the curernt archive usin given configuration and given out filename.
 

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

Methods in org.ow2.jonas.generators.genbase.utils that throw GenBaseException
 void ArchiveStorer.store()
          Store the content of the contained archive.
 void JarStorer.store()
          Store the archive and close the streams.
 

Constructors in org.ow2.jonas.generators.genbase.utils that throw GenBaseException
DirStorer(J2EEArchive archive, File dir)
          Creates a new DirStorer object.
JarStorer(J2EEArchive archive, File jar)
          Creates a new JarStorer object.
 

Uses of GenBaseException in org.ow2.jonas.generators.genclientstub
 

Subclasses of GenBaseException in org.ow2.jonas.generators.genclientstub
 class ClientStubGenException
          This class represents the exception that can be throwned by the ClientStubGen tool.
 

Uses of GenBaseException in org.ow2.jonas.generators.genclientstub.generator
 

Constructors in org.ow2.jonas.generators.genclientstub.generator that throw GenBaseException
Generator(Config config, IEJBRefDesc ejbRef, String intfStubClassName, Archive archive)
          Creates a new Generator with the given Config.
 

Uses of GenBaseException in org.ow2.jonas.generators.genclientstub.modifier
 

Methods in org.ow2.jonas.generators.genclientstub.modifier that throw GenBaseException
static ArchiveModifier ModifierFactory.getModifier(String filename)
          Returns an ArchiveModifier according to archive type (application, ejbjar, webapp or client).
static ArchiveModifier ModifierFactory.getModifier(String filename, boolean init, org.ow2.util.ee.deploy.api.deployable.IDeployable deployable)
          Returns an ArchiveModifier according to archive type (application, ejbjar, webapp or client).
abstract  Archive AbsArchiveModifier.modify()
          Modify the current archive and return a modified archive.
 Archive WebAppModifier.modify()
          Modify the current archive and return a modified archive.
 Archive EjbJarModifier.modify()
          modify the current EjbJar.
 Archive ClientModifier.modify()
          Modify the current archive and return a modified archive.
 

Uses of GenBaseException in org.ow2.jonas.generators.wsgen
 

Subclasses of GenBaseException in org.ow2.jonas.generators.wsgen
 class WsGenException
          This class represents the exception that can be throwned by the WsGen tool.
 

Uses of GenBaseException in org.ow2.jonas.generators.wsgen.generator
 

Methods in org.ow2.jonas.generators.wsgen.generator that throw GenBaseException
abstract  WsEndpointGenerator GeneratorFactory.newGenerator(ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Return a new WsEndpointGenerator for the specific generation mecanism.
abstract  WsClientGenerator GeneratorFactory.newGenerator(ServiceRefDesc serviceRef, WsClientDDModifier ddm, Archive archive)
          Return a new WsClientGenerator for the specific generation mecanism.
 

Constructors in org.ow2.jonas.generators.wsgen.generator that throw GenBaseException
Generator(Config config)
          Creates a new Generator with the given Config.
WsClientGenerator(Config config, ServiceRefDesc serviceRef, WsClientDDModifier ddm, Archive arch)
          Creates a new WsClientGenerator.
WsEndpointGenerator(Config config, ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Creates a new WsEndpointGenerator
 

Uses of GenBaseException in org.ow2.jonas.generators.wsgen.generator.axis
 

Methods in org.ow2.jonas.generators.wsgen.generator.axis that throw GenBaseException
 WsEndpointGenerator AxisGeneratorFactory.newGenerator(ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Deprecated. Return a new WsEndpointGenerator for the specific generation mecanism.
 WsClientGenerator AxisGeneratorFactory.newGenerator(ServiceRefDesc serviceRef, WsClientDDModifier ddm, Archive archive)
          Deprecated. Return a new WsClientGenerator for the specific generation mecanism.
 

Constructors in org.ow2.jonas.generators.wsgen.generator.axis that throw GenBaseException
AxisWsClientGenerator(Config config, ServiceRefDesc srd, WsClientDDModifier ddm, Archive archive)
          Creates a new AxisWsClientGenerator
AxisWsEndpointGenerator(Config config, ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Creates a new AxisWsEndpointGenerator
 

Uses of GenBaseException in org.ow2.jonas.generators.wsgen.generator.ews
 

Methods in org.ow2.jonas.generators.wsgen.generator.ews that throw GenBaseException
 WsEndpointGenerator EWSGeneratorFactory.newGenerator(ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Return a new WsEndpointGenerator for the specific generation mecanism.
 WsClientGenerator EWSGeneratorFactory.newGenerator(ServiceRefDesc serviceRef, WsClientDDModifier ddm, Archive archive)
          Return a new WsClientGenerator for the specific generation mecanism.
 

Constructors in org.ow2.jonas.generators.wsgen.generator.ews that throw GenBaseException
EWSWsClientGenerator(Config config, ServiceRefDesc srd, WsClientDDModifier ddm, Archive archive)
          Creates a new AxisWsClientGenerator
EWSWsEndpointGenerator(Config config, ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Creates a new AxisWsEndpointGenerator
 

Uses of GenBaseException in org.ow2.jonas.generators.wsgen.modifier
 

Methods in org.ow2.jonas.generators.wsgen.modifier that throw GenBaseException
static ArchiveModifier ModifierFactory.getModifier(String filename)
          Returns an ArchiveModifier according to archive type (application, ejbjar, webapp or client).
static ArchiveModifier ModifierFactory.getModifier(String filename, boolean init, org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
          Returns an ArchiveModifier according to archive type (application, ejbjar, webapp or client).
 Archive WebAppModifier.modify()
          Modify the current archive and return a modified archive.
 Archive ApplicationModifier.modify()
          Update the Manifest of the Application before modifying it.
 Archive EjbJarModifier.modify()
          modify the current EjbJar.
 Archive ClientModifier.modify()
          Modify the current archive and return a modified archive.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.