| Package | Description |
|---|---|
| org.milyn.edisax |
EdiSax main package.
|
| org.milyn.edisax.model | |
| org.milyn.edisax.model.internal | |
| org.milyn.edisax.util |
| Modifier and Type | Method and Description |
|---|---|
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,
Description mappingDescription,
URI resourceURI,
URI importBaseURI)
Parse the supplied mapping model config stream and return the generated EdiMap.
|
| Modifier and Type | Method and Description |
|---|---|
Description |
EdifactModel.getDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
EdifactModel.setDescription(Description description) |
| Modifier and Type | Method and Description |
|---|---|
Description |
Edimap.getDescription() |
Description |
Description.setName(String name) |
Description |
Description.setNamespace(String namespace) |
Description |
Description.setVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
Edimap.setDescription(Description value) |
| Modifier and Type | Field and Description |
|---|---|
static Description |
EDIUtils.MODEL_SET_DEFINITIONS_DESCRIPTION
Most model sets contain a set of common definitions (common types).
|
| Modifier and Type | Method and Description |
|---|---|
static String |
EDIUtils.toLookupName(Description description)
Convert
Description to the string representation
that is used for lookup in the hashmaps |
Copyright © 2020. All rights reserved.