|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.implementation.spring.SpringImplementationProviderFactory
public class SpringImplementationProviderFactory
ImplementationProviderFactory for Spring implementation type
Constructor Summary | |
---|---|
SpringImplementationProviderFactory(ExtensionPointRegistry extensionPoints)
Simple constructor |
Method Summary | |
---|---|
ImplementationProvider |
createImplementationProvider(RuntimeComponent component,
SpringImplementation implementation)
Returns a SpringImplementationProvider for a given component and Spring implementation |
java.lang.Class<SpringImplementation> |
getModelType()
Returns the class of the Spring implementation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringImplementationProviderFactory(ExtensionPointRegistry extensionPoints)
Method Detail |
---|
public ImplementationProvider createImplementationProvider(RuntimeComponent component, SpringImplementation implementation)
createImplementationProvider
in interface ImplementationProviderFactory<SpringImplementation>
component
- the component for which implementation instances are requiredimplementation
- the Spring implementation with details of the component
implementation
public java.lang.Class<SpringImplementation> getModelType()
getModelType
in interface ProviderFactory<SpringImplementation>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |