Class SpringBidiMappingServiceConfigurer
- java.lang.Object
-
- org.openehealth.ipf.commons.spring.map.SpringBidiMappingServiceConfigurer
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class SpringBidiMappingServiceConfigurer extends Object implements org.springframework.beans.factory.InitializingBean
Adds mapping scripts to a reference SpringBidiMappingService instance. Due to introduction of the new IPF's extension framework, this specific configurer is deprecated.- Author:
- Martin Krasser
-
-
Constructor Summary
Constructors Constructor Description SpringBidiMappingServiceConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()org.springframework.core.io.ResourcegetMappingResource()List<? extends org.springframework.core.io.Resource>getMappingResources()SpringBidiMappingServicegetMappingService()voidsetMappingResource(org.springframework.core.io.Resource mappingResource)voidsetMappingResources(List<? extends org.springframework.core.io.Resource> mappingResources)voidsetMappingService(SpringBidiMappingService mappingService)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
getMappingService
public SpringBidiMappingService getMappingService()
-
setMappingService
public void setMappingService(SpringBidiMappingService mappingService)
-
getMappingResources
public List<? extends org.springframework.core.io.Resource> getMappingResources()
-
setMappingResources
public void setMappingResources(List<? extends org.springframework.core.io.Resource> mappingResources)
-
getMappingResource
public org.springframework.core.io.Resource getMappingResource()
-
setMappingResource
public void setMappingResource(org.springframework.core.io.Resource mappingResource)
-
-