org.objectweb.fractal.aokell.tools.adl
Class EmptyBindingBuilder

java.lang.Object
  extended by org.objectweb.fractal.aokell.tools.adl.EmptyBindingBuilder
All Implemented Interfaces:
org.objectweb.fractal.adl.bindings.BindingBuilder

public class EmptyBindingBuilder
extends Object
implements org.objectweb.fractal.adl.bindings.BindingBuilder

This class implements an empty Fractal ADL BindingBuilder component. This class is used by tools which take advantage of Fractal ADL to process .fractal files. This is an empty implementation which ignores <binding> tags.

Author:
Lionel Seinturier

Field Summary
 
Fields inherited from interface org.objectweb.fractal.adl.bindings.BindingBuilder
EXPORT_BINDING, IMPORT_BINDING, NORMAL_BINDING
 
Constructor Summary
EmptyBindingBuilder()
           
 
Method Summary
 void bindComponent(int type, Object clientComp, String clientItf, Object serverComp, String serverItf, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyBindingBuilder

public EmptyBindingBuilder()
Method Detail

bindComponent

public void bindComponent(int type,
                          Object clientComp,
                          String clientItf,
                          Object serverComp,
                          String serverItf,
                          Object context)
Specified by:
bindComponent in interface org.objectweb.fractal.adl.bindings.BindingBuilder