Apache Tuscany SCA Core SPI

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

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

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

Methods in org.apache.tuscany.sca.provider that return ReferenceBindingProvider
 ReferenceBindingProvider BindingProviderFactory.createReferenceBindingProvider(RuntimeComponent component, RuntimeComponentReference reference, M binding)
          Creates a new reference binding provider for the given component and reference.
 

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

Methods in org.apache.tuscany.sca.runtime that return ReferenceBindingProvider
 ReferenceBindingProvider RuntimeComponentReference.getBindingProvider(org.apache.tuscany.sca.assembly.Binding binding)
          Returns the reference binding provider associated with this component reference and the given binding.
 

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


Apache Tuscany SCA Core SPI

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.