Uses of Class
org.ow2.jonas.generators.genbase.generator.Config

Packages that use Config
org.ow2.jonas.generators.genbase.generator   
org.ow2.jonas.generators.genbase.modifier   
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   
 

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

Methods in org.ow2.jonas.generators.genbase.generator that return Config
 Config AbsGenerator.getConfig()
           
 Config GeneratorFactory.getConfiguration()
          Get the Configuration to use with newly created Generator.
 

Methods in org.ow2.jonas.generators.genbase.generator with parameters of type Config
 void GeneratorFactory.setConfiguration(Config config)
          Set the Configuration to use with newly created Generator.
 

Constructors in org.ow2.jonas.generators.genbase.generator with parameters of type Config
AbsGenerator(Config config)
          Creates a new Generator with the given Config.
 

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

Methods in org.ow2.jonas.generators.genbase.modifier with parameters of type Config
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.
 

Constructors in org.ow2.jonas.generators.genbase.modifier with parameters of type Config
AbsApplicationModifier(Application archive, Config config)
          Creates a new ApplicationModifier.
 

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

Methods in org.ow2.jonas.generators.genclientstub with parameters of type Config
 String ClientStubGen.execute(Config config, org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
          Method used by main method and by external class to retrieve the name of the modified or created file by ClientStubGen.
 

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

Methods in org.ow2.jonas.generators.genclientstub.generator that return Config
 Config GeneratorFactory.getConfiguration()
          Get the Configuration to use with newly created Generator.
 

Methods in org.ow2.jonas.generators.genclientstub.generator with parameters of type Config
 void GeneratorFactory.setConfiguration(Config config)
          Set the Configuration to use with newly created Generator.
 

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

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

Methods in org.ow2.jonas.generators.genclientstub.modifier with parameters of type Config
protected  void AbsArchiveModifier.generateFoundStubs(Config config, Archive archive)
          Generates stub/tie classes for a given archive with its config
 

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

Methods in org.ow2.jonas.generators.wsgen with parameters of type Config
 String WsGen.execute(Config config, org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
          Method used by the main method and by external class to retrieve the name of the modified or created file by WsGen.
 

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

Methods in org.ow2.jonas.generators.wsgen.generator that return Config
 Config GeneratorFactory.getConfiguration()
          Get the Configuration to use with newly created Generator.
 

Methods in org.ow2.jonas.generators.wsgen.generator with parameters of type Config
 void GeneratorFactory.setConfiguration(Config config)
          Set the Configuration to use with newly created Generator.
 

Constructors in org.ow2.jonas.generators.wsgen.generator with parameters of type Config
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 Config in org.ow2.jonas.generators.wsgen.generator.axis
 

Constructors in org.ow2.jonas.generators.wsgen.generator.axis with parameters of type Config
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 Config in org.ow2.jonas.generators.wsgen.generator.ews
 

Constructors in org.ow2.jonas.generators.wsgen.generator.ews with parameters of type Config
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
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.