Uses of Interface
org.apache.muse.tools.generator.util.Configurable

Packages that use Configurable
org.apache.muse.tools.generator.analyzer   
org.apache.muse.tools.generator.projectizer   
org.apache.muse.tools.generator.synthesizer   
org.apache.muse.tools.generator.util   
 

Uses of Configurable in org.apache.muse.tools.generator.analyzer
 

Subinterfaces of Configurable in org.apache.muse.tools.generator.analyzer
 interface Analyzer
          Analyzer is an interface for the analysis phase of code generation.
 

Classes in org.apache.muse.tools.generator.analyzer that implement Configurable
 class SimpleAnalyzer
          SimpleAnalyzer is a canonical implementation of an Analyzer.
 

Uses of Configurable in org.apache.muse.tools.generator.projectizer
 

Subinterfaces of Configurable in org.apache.muse.tools.generator.projectizer
 interface Projectizer
          The third phase of code generation that takes the data from previous phases and creates a platform-specific layout on disk.
 

Classes in org.apache.muse.tools.generator.projectizer that implement Configurable
 class AbstractProjectizer
          AbstractProjectizer contains methods that are useful to projectizers built so far.
 class J2EEAxis2Projectizer
          A Projectizer for generating projects that target the J2EE Axis2 platform.
 class J2EEMiniProjectizer
           
 class MiniProjectizer
           
 class OsgiAxis2Projectizer
          A Projectizer that creates a project that compiles to an OSGi framework endpoint that can be deployment in a framework like Equinox.
 class OsgiMiniProjectizer
           
 class ProxyProjectizer
          Creates a simple java project that is necessary for compiling a proxy.
 

Uses of Configurable in org.apache.muse.tools.generator.synthesizer
 

Subinterfaces of Configurable in org.apache.muse.tools.generator.synthesizer
 interface Synthesizer
          The second phase of code generation that takes a set of capabilities and creates the code that implements them.
 

Classes in org.apache.muse.tools.generator.synthesizer that implement Configurable
 class AbstractSynthesizer
           
 class ProxyClassSynthesizer
           
 class ProxyInterfaceSynthesizer
           
 class ProxySynthesizer
          ProxySynthesizer is a tool for creating web service proxies, with extra support for WS-Addressing and manageability interfaces.
 class ServerClassSynthesizer
           
 class ServerInterfaceSynthesizer
           
 class ServerSynthesizer
          A Synthesizer implementation that creates the server-side stubs for a set of capabilities.
 

Uses of Configurable in org.apache.muse.tools.generator.util
 

Methods in org.apache.muse.tools.generator.util with parameters of type Configurable
static void ConfigurationData.checkConfiguration(Configurable configurable, ConfigurationData configuration)
          Given a Configurable and a ConfigurationData check to make sure that the Configurable's required parameters are all present and are of the correct class.
 



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