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