Package ch.sahits.codegen.generator

Interface Summary
IBaseGenerator This interface defines the basic methods that each generator class must implement.
IDBAccess This interface marks a class that DB access information (host, port, username and password) is needed.
IGeneralFileGenerator This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
IGeneralGenerator This interface defines the methods needed for a general generator class.
IGeneralStringGenerator This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
IGenerator This interface defines the common method of any code generator
 

Class Summary
AbstractGenerator Abstract superclass for the generators that handles the saving.
Axis2MessageInOutReciever Generate an ServiceNameMessageReceiverInOut.java file in the appropriate package.
Axis2ServiceStubGenerator Generator class to generate the service stub class for an AXIS webservice.
Axis2ServiceXMLGenerator This generator will generate the service.xml using Axis2 WSDL2Java tool.
AxisWSDL2JavaWrapper This is a generator wrapper that wrapps the funcionality of the Apaches Axis2 WSDL2Java generator.
BasicAxis2ModelGenerator This abstract class implements some of the required methods that are te same for all Axsis2 artefact generations.
HibernateConfigurationCreator This class generates a Hibernate XML configuration file.
JETGateway This class encapsulates access to the JET and JMerge packages.
WSDLGenerator This codegenerator works takes a webservice model and produces a WSDL file.