org.objectweb.fractal.adl.implementations
Class StaticFractalImplementationBuilder

java.lang.Object
  extended byorg.objectweb.fractal.adl.implementations.StaticFractalImplementationBuilder
All Implemented Interfaces:
ImplementationBuilder

public class StaticFractalImplementationBuilder
extends Object
implements ImplementationBuilder

A Fractal based, static implementation of the ImplementationBuilder interface. This implementation produces Java code that uses the Fractal API to create components.


Constructor Summary
StaticFractalImplementationBuilder()
           
 
Method Summary
 Object createComponent(Object type, String name, String definition, Object controllerDesc, Object contentDesc, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFractalImplementationBuilder

public StaticFractalImplementationBuilder()
Method Detail

createComponent

public Object createComponent(Object type,
                              String name,
                              String definition,
                              Object controllerDesc,
                              Object contentDesc,
                              Object context)
                       throws Exception
Specified by:
createComponent in interface ImplementationBuilder
Throws:
Exception