Class MDRBindingsConfiguration
java.lang.Object
it.uniroma2.art.semanticturkey.mdr.bindings.configuration.MDRBindingsConfiguration
- All Implemented Interfaces:
EventListener
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
@Configuration
public class MDRBindingsConfiguration
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.context.ApplicationContextAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(org.springframework.context.ApplicationEvent event) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setExptManager
(ExtensionPointManager exptManager) void
setMediationFramework
(it.uniroma2.art.maple.orchestration.MediationFramework mediationFramework) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
MDRBindingsConfiguration
public MDRBindingsConfiguration()
-
-
Method Details
-
setMediationFramework
@Autowired public void setMediationFramework(it.uniroma2.art.maple.orchestration.MediationFramework mediationFramework) -
setExptManager
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
metadataRegistryBackend
@Bean(name="metadataRegistryBackend") public STMetadataRegistryBackend metadataRegistryBackend() throws MetadataRegistryCreationException -
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-