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

Packages that use Binding
org.apache.tuscany.sca.assembly   
org.apache.tuscany.sca.provider   
org.apache.tuscany.sca.runtime   
 

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

Subinterfaces of Binding in org.apache.tuscany.sca.assembly
 interface SCABinding
          Represents an SCA binding.
 

Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Binding
 java.util.List<Binding> Callback.getBindings()
          Returns the bindings supported for callbacks.
 java.util.List<Binding> Contract.getBindings()
          Returns the bindings supported by this contract.
 

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

Classes in org.apache.tuscany.sca.provider with type parameters of type Binding
 interface BindingProviderFactory<M extends Binding>
          A factory for creating the runtime artifacts that represent bindings.
 

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

Methods in org.apache.tuscany.sca.runtime that return Binding
 Binding EndpointReference.getBinding()
          Get the binding for the endpoint
 

Methods in org.apache.tuscany.sca.runtime with parameters of type Binding
 ServiceBindingProvider RuntimeComponentService.getBindingProvider(Binding binding)
          Returns the service binding provider associated with this component service and the given binding.
 ReferenceBindingProvider RuntimeComponentReference.getBindingProvider(Binding binding)
          Returns the reference binding provider associated with this component reference and the given binding.
 Invoker RuntimeComponentService.getCallbackInvoker(Binding binding, Operation operation)
          Get the callback invoker for the given binding and operation
 Invoker RuntimeComponentService.getInvoker(Binding binding, Operation operation)
          Get the invoker for the given binding and operation
 Invoker RuntimeComponentReference.getInvoker(Binding binding, Operation operation)
          Get the invoker for the given binding and operation
 RuntimeWire RuntimeComponentService.getRuntimeWire(Binding binding)
          Get the runtime wire for the given binding
 RuntimeWire RuntimeComponentReference.getRuntimeWire(Binding binding)
          Get the runtime wire for the given binding
 void RuntimeComponentReference.setBindingProvider(Binding binding, ReferenceBindingProvider bindingProvider)
          Sets the reference binding provider associated with this component reference and the given binding.
 void RuntimeComponentService.setBindingProvider(Binding binding, ServiceBindingProvider bindingProvider)
          Sets the service binding provider associated with this component service and the given binding.