org.objectweb.fractal.adl.bindings
Class StaticJavaBindingBuilder
- BindingBuilder
public class StaticJavaBindingBuilder
A Java based, static implementation of the
BindingBuilder
interface.
This implementation produces standard Java code that binds components.
void | bindComponent(int type, Object clientComp, String clientItf, Object serverComp, String serverItf, Object context)
|
bindComponent
public void bindComponent(int type,
Object clientComp,
String clientItf,
Object serverComp,
String serverItf,
Object context)
- bindComponent in interface BindingBuilder