org.objectweb.fractal.adl.implementations

Interface ImplementationBuilder

Known Implementing Classes:
FractalImplementationBuilder, JavaImplementationBuilder, StaticFractalImplementationBuilder, StaticJavaImplementationBuilder

public interface ImplementationBuilder

A builder interface to create components.

Method Summary

Object
createComponent(Object type, String name, String definition, Object controllerDesc, Object contentDesc, Object context)

Method Details

createComponent

public Object createComponent(Object type,
                              String name,
                              String definition,
                              Object controllerDesc,
                              Object contentDesc,
                              Object context)
            throws Exception