Tuscany Core

org.apache.tuscany.core.system.assembly
Interface SystemBinding

All Superinterfaces:
org.apache.tuscany.model.assembly.AssemblyObject, org.apache.tuscany.model.assembly.Binding
All Known Implementing Classes:
SystemBindingImpl

public interface SystemBinding
extends org.apache.tuscany.model.assembly.Binding

Represents a system binding

Version:
$Rev: 380031 $ $Date: 2006-02-22 21:52:04 -0500 (Wed, 22 Feb 2006) $

Method Summary
 java.lang.String getTargetName()
          Returns the qualified name of the wire target the binding is associated with in component/service form
 void setTargetName(java.lang.String name)
          Sets the qualified name of the wire target the binding is associated with in component/service form
 
Methods inherited from interface org.apache.tuscany.model.assembly.Binding
getURI, setURI
 
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
 

Method Detail

getTargetName

java.lang.String getTargetName()
Returns the qualified name of the wire target the binding is associated with in component/service form


setTargetName

void setTargetName(java.lang.String name)
Sets the qualified name of the wire target the binding is associated with in component/service form


Tuscany Core

-