| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.binding.atom.provider.AtomBindingProviderFactory
public class AtomBindingProviderFactory
Implementation of a Binding provider factory for the Atom binding.
| Constructor Summary | |
|---|---|
AtomBindingProviderFactory(ExtensionPointRegistry extensionPoints)
 | 
|
| Method Summary | |
|---|---|
 ReferenceBindingProvider | 
createReferenceBindingProvider(RuntimeComponent component,
                               RuntimeComponentReference reference,
                               AtomBinding binding)
Creates a new reference binding provider for the given component and reference.  | 
 ServiceBindingProvider | 
createServiceBindingProvider(RuntimeComponent component,
                             RuntimeComponentService service,
                             AtomBinding binding)
Creates a new service binding provider for the given component and service.  | 
 java.lang.Class<AtomBinding> | 
getModelType()
The model type that this factory creates providers for.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AtomBindingProviderFactory(ExtensionPointRegistry extensionPoints)
| Method Detail | 
|---|
public ReferenceBindingProvider createReferenceBindingProvider(RuntimeComponent component,
                                                               RuntimeComponentReference reference,
                                                               AtomBinding binding)
BindingProviderFactory
createReferenceBindingProvider in interface BindingProviderFactory<AtomBinding>component - The runtime componentreference - The reference on the runtime componentbinding - The binding assembly model object
public ServiceBindingProvider createServiceBindingProvider(RuntimeComponent component,
                                                           RuntimeComponentService service,
                                                           AtomBinding binding)
BindingProviderFactory
createServiceBindingProvider in interface BindingProviderFactory<AtomBinding>component - The runtime componentservice - The service on the runtime componentbinding - The binding assembly model object
public java.lang.Class<AtomBinding> getModelType()
ProviderFactory
getModelType in interface ProviderFactory<AtomBinding>
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||