Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.model.ReferenceTarget

Packages that use ReferenceTarget
org.apache.tuscany.spi.model   
org.apache.tuscany.spi.wire   
 

Uses of ReferenceTarget in org.apache.tuscany.spi.model
 

Methods in org.apache.tuscany.spi.model that return types with arguments of type ReferenceTarget
 Map<String,ReferenceTarget> ComponentDefinition.getReferenceTargets()
          Returns a live Map of the targets configured by this component definition.
 

Methods in org.apache.tuscany.spi.model with parameters of type ReferenceTarget
 void ComponentDefinition.add(ReferenceTarget target)
          Add a reference target configuration to this component.
 

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

Methods in org.apache.tuscany.spi.wire with parameters of type ReferenceTarget
 OutboundWire WireService.createWire(ReferenceTarget reference, ReferenceDefinition def)
          Creates a wire for flowing outbound invocations to a reference
 


Apache Tuscany SCA Kernel Sub-Project

-