org.objectweb.fractal.adl.bindings

Class StaticJavaBindingBuilder

Implemented Interfaces:
BindingBuilder

public class StaticJavaBindingBuilder
extends Object
implements BindingBuilder

A Java based, static implementation of the BindingBuilder interface. This implementation produces standard Java code that binds components.

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

EXPORT_BINDING, IMPORT_BINDING, NORMAL_BINDING

Method Summary

void
bindComponent(int type, Object clientComp, String clientItf, Object serverComp, String serverItf, Object context)

Method Details

bindComponent

public void bindComponent(int type,
                          Object clientComp,
                          String clientItf,
                          Object serverComp,
                          String serverItf,
                          Object context)
Specified by:
bindComponent in interface BindingBuilder