org.apache.tuscany.spi.model
Class WireDefinition
java.lang.Object
org.apache.tuscany.spi.model.ModelObject
org.apache.tuscany.spi.model.WireDefinition
public class WireDefinition
- extends ModelObject
Represents a wire specified in an assembly
- Version:
- $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WireDefinition
public WireDefinition()
getSource
public URI getSource()
setSource
public void setSource(URI source)
getTarget
public URI getTarget()
setTarget
public void setTarget(URI target)
-