summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta3/modules/binding-sca-runtime/src/main/java/org/apache/tuscany/sca/binding/local/LocalSCABindingFactory.java
blob: ffc00cf0aa00da82a59bfbbe72eaf4e37b1ef7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.apache.tuscany.sca.binding.local;

/**
 * Factory for the Local SCA Service binding model.
 */
public interface LocalSCABindingFactory {
    /**
     * Create a new Local binding.
     * 
     * @return a new Local binding
     */
    LocalSCABinding createLocalBinding();

}