All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.objectweb.fractal.bf.adl.binder.BinderBuilder Maven / Gradle / Ivy


package org.objectweb.fractal.bf.adl.binder;

import java.util.List;

import org.objectweb.fractal.bf.BindingFactoryException;
import org.objectweb.fractal.bf.adl.common.Parameter;

/**
 * A builder for binders
 */
public interface BinderBuilder
{
  public void bind(String itfName, Object component,
      List parameters, String type, Object context) throws BindingFactoryException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy