org.milyn.edisax.registry
Class LazyMappingsRegistry
java.lang.Object
org.milyn.edisax.registry.AbstractMappingsRegistry
org.milyn.edisax.registry.LazyMappingsRegistry
- All Implemented Interfaces:
- MappingsRegistry
public class LazyMappingsRegistry
- extends AbstractMappingsRegistry
Mappings registry that lazily loading UN/EDIFACT mappings
out of the classpath.
- Author:
- zubairov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyMappingsRegistry
public LazyMappingsRegistry()
demandLoading
protected Map<String,EdifactModel> demandLoading(String[] nameComponents)
throws EDIConfigurationException,
IOException,
SAXException
- Description copied from class:
AbstractMappingsRegistry
- Loading mapping models on demand.
This method should return either one or many mapping models
loaded on-demand or just eagerly.
- Specified by:
demandLoading in class AbstractMappingsRegistry
- Returns:
-
- Throws:
EDIConfigurationException
IOException
SAXException
Copyright © 2011. All Rights Reserved.