|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.binding.rss.provider.RSSBindingProviderFactory
public class RSSBindingProviderFactory
Implementation of the RSS binding provider factory.
Constructor Summary | |
---|---|
RSSBindingProviderFactory(ExtensionPointRegistry extensionPoints)
|
Method Summary | |
---|---|
ReferenceBindingProvider |
createReferenceBindingProvider(RuntimeComponent component,
RuntimeComponentReference reference,
RSSBinding binding)
Creates a new reference binding provider for the given component and reference. |
ServiceBindingProvider |
createServiceBindingProvider(RuntimeComponent component,
RuntimeComponentService service,
RSSBinding binding)
Creates a new service binding provider for the given component and service. |
java.lang.Class<RSSBinding> |
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 RSSBindingProviderFactory(ExtensionPointRegistry extensionPoints)
Method Detail |
---|
public ReferenceBindingProvider createReferenceBindingProvider(RuntimeComponent component, RuntimeComponentReference reference, RSSBinding binding)
BindingProviderFactory
createReferenceBindingProvider
in interface BindingProviderFactory<RSSBinding>
component
- The runtime componentreference
- The reference on the runtime componentbinding
- The binding assembly model object
public ServiceBindingProvider createServiceBindingProvider(RuntimeComponent component, RuntimeComponentService service, RSSBinding binding)
BindingProviderFactory
createServiceBindingProvider
in interface BindingProviderFactory<RSSBinding>
component
- The runtime componentservice
- The service on the runtime componentbinding
- The binding assembly model object
public java.lang.Class<RSSBinding> getModelType()
ProviderFactory
getModelType
in interface ProviderFactory<RSSBinding>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |