Package | Description |
---|---|
org.milyn.edisax |
EdiSax main package.
|
org.milyn.edisax.interchange | |
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 |
---|---|
void |
EDIParser.setMappingModel(EdifactModel mappingModel)
Set the EDI mapping model to be used in all subsequent parse operations.
|
Modifier and Type | Method and Description |
---|---|
EDIParser |
InterchangeContext.newParser(EdifactModel mappingModel) |
Modifier and Type | Method and Description |
---|---|
void |
EdifactModel.setAssociateModels(Collection<EdifactModel> associateModels)
Set a set of models that are associated with this model instance.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,EdifactModel> |
AbstractMappingsRegistry.content
Internal storage
|
Modifier and Type | Method and Description |
---|---|
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. |
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. |
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. |
Constructor and Description |
---|
DefaultMappingsRegistry(EdifactModel... models)
Constructor mostly used for tests
|
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 © 2020. All rights reserved.