Uses of Interface
org.apache.tuscany.sca.runtime.RuntimeComponent

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

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

Methods in org.apache.tuscany.sca.provider with parameters of type RuntimeComponent
 ImplementationProvider ImplementationProviderFactory.createImplementationProvider(RuntimeComponent component, M Implementation)
          Creates a new implementation provider for the given component.
 ReferenceBindingProvider BindingProviderFactory.createReferenceBindingProvider(RuntimeComponent component, RuntimeComponentReference reference, M binding)
          Creates a new reference binding provider for the given component and reference.
 ServiceBindingProvider BindingProviderFactory.createServiceBindingProvider(RuntimeComponent component, RuntimeComponentService service, M binding)
          Creates a new service binding provider for the given component and service.
 

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

Methods in org.apache.tuscany.sca.runtime that return RuntimeComponent
 RuntimeComponent EndpointReference.getComponent()
          Get the component for the endpoint