org.objectweb.fractal.adl.bindings

Class FractalBindingBuilder

Implemented Interfaces:
BindingBuilder

public class FractalBindingBuilder
extends Object
implements BindingBuilder

A Fractal based implementation of the BindingBuilder interface. This implementation uses the Fractal API to bind components.

Fields inherited from interface org.objectweb.fractal.adl.bindings.BindingBuilder

EXPORT_BINDING, IMPORT_BINDING, NORMAL_BINDING

Method Summary

void
bindComponent(int type, Object client, String clientItf, Object server, String serverItf, Object context)

Method Details

bindComponent

public void bindComponent(int type,
                          Object client,
                          String clientItf,
                          Object server,
                          String serverItf,
                          Object context)
            throws Exception
Specified by:
bindComponent in interface BindingBuilder