org.apache.tuscany.sca.binding.sca
Interface DistributedSCABinding

All Superinterfaces:
Base, Binding, java.lang.Cloneable
All Known Implementing Classes:
DistributedSCABindingImpl

public interface DistributedSCABinding
extends Binding

Represents an SCA binding used in the distributed runtime. At the moment just provides us with a sensibly named type against which the distributed sca binding providers can be registered


Method Summary
 SCABinding getSCABinding()
           
 void setSCABinding(SCABinding scaBinding)
           
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Binding
clone, getName, getURI, setName, setURI
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 

Method Detail

getSCABinding

SCABinding getSCABinding()

setSCABinding

void setSCABinding(SCABinding scaBinding)