Package | Description |
---|---|
org.milyn.edisax.interchange | |
org.milyn.edisax.registry | |
org.milyn.edisax.unedifact |
Modifier and Type | Method and Description |
---|---|
MappingsRegistry |
InterchangeContext.getRegistry()
Returns an instance of
MappingsRegistry |
Constructor and Description |
---|
InterchangeContext(BufferedSegmentReader segmentReader,
MappingsRegistry registry,
ContentHandler contentHandler,
Map<String,Boolean> parserFeatures,
ControlBlockHandlerFactory controlBlockHandlerFactory,
NamespaceDeclarationStack namespaceDeclarationStack,
boolean validate)
Public constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMappingsRegistry
Base implementation of
MappingsRegistry interface |
class |
DefaultMappingsRegistry
Default implementation of
MappingsRegistry . |
class |
LazyMappingsRegistry
Mappings registry that lazily loading UN/EDIFACT mappings
out of the classpath.
|
Modifier and Type | Field and Description |
---|---|
protected MappingsRegistry |
UNEdifactInterchangeParser.registry
By default we are using
LazyMappingsRegistry instance |
Modifier and Type | Method and Description |
---|---|
UNEdifactInterchangeParser |
UNEdifactInterchangeParser.setMappingsRegistry(MappingsRegistry registry)
Set the EDI mapping model to be used in all subsequent parse operations.
|
Copyright © 2020. All rights reserved.