Generators provide a structure to be extended for specific generation
mecanisms. Axis will provide an AxisWsClientGenerator that will be in charge
of client side generation (WSDL2Java tool) and an AxisWsEndpointGenerator
that will bother with server side artifact generation.
author: Guillaume Sauthier
Constructor Summary
public
Generator(Config config) Creates a new Generator with the given Config.
Method Summary
public void
compile() Compile generated java files into classes directory.
Creates a new Generator with the given Config.
Parameters: config - internal configuration object. throws: GenBaseException - When sources and target temporary directory cannotbe created