org.objectweb.jonas_lib.genbase.generator
Interface GeneratorFactory

All Known Implementing Classes:
AxisGeneratorFactory, EWSGeneratorFactory, GeneratorFactory, GeneratorFactory

public interface GeneratorFactory

All factories have to implement getter/setter on configuration object

Author:
Florent Benoit

Method Summary
 Config getConfiguration()
          Get the Configuration to use with newly created Generator.
 void setConfiguration(Config config)
          Set the Configuration to use with newly created Generator.
 

Method Detail

setConfiguration

void setConfiguration(Config config)
Set the Configuration to use with newly created Generator.

Parameters:
config - the Configuration to use with newly created Generator.

getConfiguration

Config getConfiguration()
Get the Configuration to use with newly created Generator.

Returns:
the Configuration to use with newly created Generator