org.objectweb.fractal.adl.bindings
Class FractalBindingBuilder
- BindingBuilder
public class FractalBindingBuilder
A Fractal based implementation of the
BindingBuilder
interface.
This implementation 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