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

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

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

Subinterfaces of Service in org.apache.tuscany.sca.assembly
 interface ComponentService
          An addressable instance of a service associated with a particular component.
 interface CompositeService
          Represents a composite service.
 

Methods in org.apache.tuscany.sca.assembly that return Service
 Service AssemblyFactory.createService()
          Create a new service.
 Service ComponentService.getService()
          Returns the service defined by the implementation for this service.
 

Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Service
 java.util.List<Service> ComponentType.getServices()
          Returns a list of services that are offered.
 

Methods in org.apache.tuscany.sca.assembly with parameters of type Service
 void ComponentService.setService(Service service)
          Sets the service defined by the implementation for this service.
 

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

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