Uses of Interface
org.apache.tuscany.sca.provider.ServiceBindingProvider

Packages that use ServiceBindingProvider
org.apache.tuscany.sca.provider   
org.apache.tuscany.sca.runtime   
 

Uses of ServiceBindingProvider in org.apache.tuscany.sca.provider
 

Methods in org.apache.tuscany.sca.provider that return ServiceBindingProvider
 ServiceBindingProvider BindingProviderFactory.createServiceBindingProvider(RuntimeComponent component, RuntimeComponentService service, M binding)
          Creates a new service binding provider for the given component and service.
 

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

Methods in org.apache.tuscany.sca.runtime that return ServiceBindingProvider
 ServiceBindingProvider RuntimeComponentService.getBindingProvider(Binding binding)
          Returns the service binding provider associated with this component service and the given binding.
 

Methods in org.apache.tuscany.sca.runtime with parameters of type ServiceBindingProvider
 void RuntimeComponentService.setBindingProvider(Binding binding, ServiceBindingProvider bindingProvider)
          Sets the service binding provider associated with this component service and the given binding.