Uses of Interface
ch.sahits.codegen.generator.IGeneralGenerator

Packages that use IGeneralGenerator
ch.sahits.codegen.extensions   
ch.sahits.codegen.generator   
ch.sahits.codegen.output   
ch.sahits.codegen.php   
 

Uses of IGeneralGenerator in ch.sahits.codegen.extensions
 

Methods in ch.sahits.codegen.extensions that return IGeneralGenerator
static IGeneralGenerator Generator.getGenerator(java.lang.String bundle, java.lang.String className)
          Retrieve a generator instance from the extension registry
 

Uses of IGeneralGenerator in ch.sahits.codegen.generator
 

Subinterfaces of IGeneralGenerator in ch.sahits.codegen.generator
 interface IGeneralFileGenerator
          This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
 interface IGeneralStringGenerator
          This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
 

Classes in ch.sahits.codegen.generator that implement IGeneralGenerator
 class Axis2MessageInOutReciever
          Generate an ServiceNameMessageReceiverInOut.java file in the appropriate package.
 class Axis2ServiceStubGenerator
          Generator class to generate the service stub class for an AXIS webservice.
 class Axis2ServiceXMLGenerator
          This generator will generate the service.xml using Axis2 WSDL2Java tool.
 class HibernateConfigurationCreator
          This class generates a Hibernate XML configuration file.
 class WSDLGenerator
          This codegenerator works takes a webservice model and produces a WSDL file.
 

Uses of IGeneralGenerator in ch.sahits.codegen.output
 

Classes in ch.sahits.codegen.output that implement IGeneralGenerator
 class XMLStringOutput
          Create an XML file but return a String instead of a file
 

Uses of IGeneralGenerator in ch.sahits.codegen.php
 

Classes in ch.sahits.codegen.php that implement IGeneralGenerator
 class PHPCodeGenerator
          Generator class for PHP classes based on a database structure and an PHP class model (initialized through XML)