Uses of Interface
org.apache.tuscany.sca.assembly.ComponentService

Packages that use ComponentService
org.apache.tuscany.sca.assembly   
org.apache.tuscany.sca.runtime   
 

Uses of ComponentService in org.apache.tuscany.sca.assembly
 

Methods in org.apache.tuscany.sca.assembly that return ComponentService
 ComponentService AssemblyFactory.createComponentService()
          Create a new component service.
 ComponentService CompositeService.getPromotedService()
          Returns the promoted component service .
 ComponentService Wire.getTarget()
          Returns the target of the wire.
 

Methods in org.apache.tuscany.sca.assembly that return types with arguments of type ComponentService
 java.util.List<ComponentService> Component.getServices()
          Returns a list of services exposed by the component.
 java.util.List<ComponentService> Reference.getTargets()
          Returns the targets of this reference.
 

Methods in org.apache.tuscany.sca.assembly with parameters of type ComponentService
 void CompositeService.setPromotedService(ComponentService promotedService)
          Sets the promoted component service
 void Wire.setTarget(ComponentService target)
          Sets the target of the wire.
 

Uses of ComponentService in org.apache.tuscany.sca.runtime
 

Subinterfaces of ComponentService in org.apache.tuscany.sca.runtime
 interface RuntimeComponentService
          The runtime component service.