org.milyn.edisax.registry
Interface MappingsRegistry

All Known Implementing Classes:
AbstractMappingsRegistry, DefaultMappingsRegistry, LazyMappingsRegistry

public interface MappingsRegistry

Registry that stores EDIFACT Mapping models and load them from the classpath on-demand

Author:
zubairov

Method Summary
 EdifactModel getMappingModel(String messageName, Delimiters delimiters)
          Returns an EdifactModel based on the message name and delimiters that should be used to parse message name.
 

Method Detail

getMappingModel

EdifactModel getMappingModel(String messageName,
                             Delimiters delimiters)
                             throws EDIConfigurationException,
                                    SAXException,
                                    IOException
Returns an EdifactModel based on the message name and delimiters that should be used to parse message name.

Parameters:
messageName -
delimiters -
Returns:
Throws:
SAXException
EDIConfigurationException
IOException


Copyright © 2018. All rights reserved.