Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.QualifiedName

Packages that use QualifiedName
org.apache.tuscany.spi.wire   
 

Uses of QualifiedName in org.apache.tuscany.spi.wire
 

Methods in org.apache.tuscany.spi.wire that return QualifiedName
 QualifiedName OutboundWire.getTargetName()
          Returns the name of the target
 

Methods in org.apache.tuscany.spi.wire with parameters of type QualifiedName
 void OutboundWire.setTargetName(QualifiedName name)
          Sets the name of the target
 


Apache Tuscany SCA Kernel Sub-Project

-