Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.model
Class WireDefinition

java.lang.Object
  extended by org.apache.tuscany.spi.model.ModelObject
      extended by 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) $

Constructor Summary
WireDefinition()
           
 
Method Summary
 URI getSource()
           
 URI getTarget()
           
 void setSource(URI source)
           
 void setTarget(URI target)
           
 
Methods inherited from class org.apache.tuscany.spi.model.ModelObject
getExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WireDefinition

public WireDefinition()
Method Detail

getSource

public URI getSource()

setSource

public void setSource(URI source)

getTarget

public URI getTarget()

setTarget

public void setTarget(URI target)

Apache Tuscany SCA Kernel Sub-Project

-