Package | Description |
---|---|
org.milyn.edisax |
EdiSax main package.
|
org.milyn.edisax.model | |
org.milyn.edisax.registry | |
org.milyn.edisax.util |
Modifier and Type | Method and Description |
---|---|
static EdifactModel |
EDIParser.parseMappingModel(InputStream mappingConfigStream)
Parse the supplied mapping model config stream and return the generated EdiMap.
|
static EdifactModel |
EDIParser.parseMappingModel(InputStream mappingConfigStream,
Description mappingDescription,
URI resourceURI,
URI importBaseURI)
Parse the supplied mapping model config stream and return the generated EdiMap.
|
static EdifactModel |
EDIParser.parseMappingModel(Reader mappingConfigStream)
Parse the supplied mapping model config stream and return the generated EdiMap.
|
static EdifactModel |
EDIParser.parseMappingModel(Reader mappingConfigStream,
Description mappingDescription,
URI resourceURI,
URI importBaseURI)
Parse the supplied mapping model config stream and return the generated EdiMap.
|
static EdifactModel |
EDIParser.parseMappingModel(String mappingConfig,
URI baseURI)
Parse the supplied mapping model config path and return the generated EdiMap.
|
Modifier and Type | Method and Description |
---|---|
static Edimap |
EDIConfigDigester.digestConfig(InputStream stream)
Digest the XML edi-message-mapping configuration stream.
|
Edimap |
EDIConfigDigester.digestEDIConfig(InputStream stream)
Digest the XML edi-message-mapping configuration stream.
|
Edimap |
EDIConfigDigester.digestEDIConfig(Reader stream)
Digest the XML edi-message-mapping configuration stream.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,EdifactModel> |
LazyMappingsRegistry.demandLoading(String[] nameComponents) |
protected abstract Map<String,EdifactModel> |
AbstractMappingsRegistry.demandLoading(String[] nameComponents)
Loading mapping models on demand.
|
protected Map<String,EdifactModel> |
DefaultMappingsRegistry.demandLoading(String[] nameComponents)
This method load all mapping models which are declared in
DefaultMappingsRegistry.modelReferences map and returns them all back. |
EdifactModel |
MappingsRegistry.getMappingModel(String messageName,
Delimiters delimiters)
Returns an
EdifactModel based on the message name and delimiters that should be used to parse message name. |
EdifactModel |
AbstractMappingsRegistry.getMappingModel(String messageName,
Delimiters delimiters)
Returns an
EdifactModel based on the message name and delimiters that should be used to parse message name. |
Constructor and Description |
---|
DefaultMappingsRegistry(String mappingModelFiles,
URI baseURI)
Loading mapping model out of ZIP file
|
Modifier and Type | Method and Description |
---|---|
static void |
EDIUtils.loadMappingModels(Map<String,EdifactModel> mappingModels,
URI baseURI,
List<String> rootMappingModels) |
static void |
EDIUtils.loadMappingModels(String mappingModelFiles,
Map<String,EdifactModel> mappingModels,
URI baseURI) |
Copyright © 2013. All rights reserved.