org.apache.tuscany.core.system.assembly.impl
Class SystemBindingImpl
java.lang.Object
org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl.ExtensibleImpl
org.apache.tuscany.model.assembly.impl.BindingImpl
org.apache.tuscany.core.system.assembly.impl.SystemBindingImpl
- All Implemented Interfaces:
- SystemBinding, AssemblyObject, Binding, Extensible
public class SystemBindingImpl
- extends BindingImpl
- implements SystemBinding
The default implementation of the system binding assembly artifact
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
Method Summary |
String |
getTargetName()
Returns the qualified name of the wire target the binding is associated with in component/service form |
void |
setTargetName(String name)
Sets the qualified name of the wire target the binding is associated with in component/service form |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemBindingImpl
protected SystemBindingImpl()
getTargetName
public String getTargetName()
- Description copied from interface:
SystemBinding
- Returns the qualified name of the wire target the binding is associated with in component/service form
- Specified by:
getTargetName
in interface SystemBinding
setTargetName
public void setTargetName(String name)
- Description copied from interface:
SystemBinding
- Sets the qualified name of the wire target the binding is associated with in component/service form
- Specified by:
setTargetName
in interface SystemBinding
-