|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Description | |
|---|---|
| org.milyn.edisax | EdiSax main package. |
| org.milyn.edisax.interchange | |
| org.milyn.edisax.model | |
| org.milyn.edisax.model.internal | |
| org.milyn.edisax.unedifact | |
| org.milyn.edisax.util | |
| Uses of Description in org.milyn.edisax |
|---|
| Methods in org.milyn.edisax with parameters of type Description | |
|---|---|
static EdifactModel |
EDIParser.parseMappingModel(java.io.InputStream mappingConfigStream,
Description mappingDescription,
java.net.URI resourceURI,
java.net.URI importBaseURI)
Parse the supplied mapping model config stream and return the generated EdiMap. |
static EdifactModel |
EDIParser.parseMappingModel(java.io.Reader mappingConfigStream,
Description mappingDescription,
java.net.URI resourceURI,
java.net.URI importBaseURI)
Parse the supplied mapping model config stream and return the generated EdiMap. |
| Uses of Description in org.milyn.edisax.interchange |
|---|
| Methods in org.milyn.edisax.interchange that return types with arguments of type Description | |
|---|---|
java.util.Map<Description,EdifactModel> |
InterchangeContext.getMappingModels()
|
| Constructor parameters in org.milyn.edisax.interchange with type arguments of type Description | |
|---|---|
InterchangeContext(BufferedSegmentReader segmentReader,
java.util.Map<Description,EdifactModel> mappingModels,
org.xml.sax.ContentHandler contentHandler,
ControlBlockHandlerFactory controlBlockHandlerFactory,
boolean validate)
Public constructor. |
|
| Uses of Description in org.milyn.edisax.model |
|---|
| Methods in org.milyn.edisax.model that return Description | |
|---|---|
Description |
EdifactModel.getDescription()
|
| Methods in org.milyn.edisax.model with parameters of type Description | |
|---|---|
void |
EdifactModel.setDescription(Description description)
|
| Uses of Description in org.milyn.edisax.model.internal |
|---|
| Methods in org.milyn.edisax.model.internal that return Description | |
|---|---|
Description |
Edimap.getDescription()
|
Description |
Description.setName(java.lang.String name)
|
Description |
Description.setVersion(java.lang.String version)
|
| Methods in org.milyn.edisax.model.internal with parameters of type Description | |
|---|---|
void |
Edimap.setDescription(Description value)
|
| Uses of Description in org.milyn.edisax.unedifact |
|---|
| Methods in org.milyn.edisax.unedifact that return types with arguments of type Description | |
|---|---|
java.util.Map<Description,EdifactModel> |
UNEdifactInterchangeParser.getMappingModels()
|
| Method parameters in org.milyn.edisax.unedifact with type arguments of type Description | |
|---|---|
UNEdifactInterchangeParser |
UNEdifactInterchangeParser.addMappingModels(java.util.Map<Description,EdifactModel> mappingModels)
Add EDI mapping model to be used in all subsequent parse operations. |
static EdifactModel |
UNEdifactUtil.getMappingModel(java.lang.String messageName,
Delimiters delimiters,
java.util.Map<Description,EdifactModel> mappingModels)
|
UNEdifactInterchangeParser |
UNEdifactInterchangeParser.setMappingModels(java.util.Map<Description,EdifactModel> mappingModels)
Set the EDI mapping model to be used in all subsequent parse operations. |
| Uses of Description in org.milyn.edisax.util |
|---|
| Fields in org.milyn.edisax.util declared as Description | |
|---|---|
static Description |
EDIUtils.MODEL_SET_DEFINITIONS_DESCRIPTION
Most model sets contain a set of common definitions (common types). |
| Method parameters in org.milyn.edisax.util with type arguments of type Description | |
|---|---|
static void |
EDIUtils.loadMappingModels(java.lang.String mappingModelFiles,
java.util.Map<Description,EdifactModel> mappingModels,
java.net.URI baseURI)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||