org.objectweb.fractal.adl.bindings
Class StaticFractalBindingBuilder
- BindingBuilder
public class StaticFractalBindingBuilder
A Fractal based, static implementation of the
BindingBuilder
interface. This implementation produces code that uses the Fractal API to
bind components.
void | bindComponent(int type, Object client, String clientItf, Object server, String serverItf, Object context)
|
bindComponent
public void bindComponent(int type,
Object client,
String clientItf,
Object server,
String serverItf,
Object context)
throws Exception
- bindComponent in interface BindingBuilder