org.apache.muse.tools.generator.synthesizer
Interface Synthesizer

All Superinterfaces:
Configurable
All Known Implementing Classes:
AbstractSynthesizer, ProxyClassSynthesizer, ProxyInterfaceSynthesizer, ProxySynthesizer, ServerClassSynthesizer, ServerInterfaceSynthesizer, ServerSynthesizer

public interface Synthesizer
extends Configurable

The second phase of code generation that takes a set of capabilities and creates the code that implements them.

Author:
Andrew Eberbach (aeberbac)

Method Summary
 ConfigurationData synthesize(ConfigurationData data)
           
 
Methods inherited from interface org.apache.muse.tools.generator.util.Configurable
getConfigurationDataDescriptions
 

Method Detail

synthesize

ConfigurationData synthesize(ConfigurationData data)
                             throws Exception
Throws:
Exception


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.