Class SpringBidiMappingServiceConfigurer
java.lang.Object
org.openehealth.ipf.commons.spring.map.SpringBidiMappingServiceConfigurer
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setMappingResource
(Resource mappingResource) void
setMappingResources
(List<? extends Resource> mappingResources) void
setMappingService
(SpringBidiMappingService mappingService)
-
Constructor Details
-
SpringBidiMappingServiceConfigurer
public SpringBidiMappingServiceConfigurer()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceInitializingBean
-
getMappingService
-
setMappingService
-
getMappingResources
-
setMappingResources
-
getMappingResource
-
setMappingResource
-