Package | Description |
---|---|
org.milyn.edisax |
EdiSax main package.
|
org.milyn.edisax.interchange | |
org.milyn.edisax.model | |
org.milyn.edisax.util |
Constructor and Description |
---|
EDIParseException(Edimap mappingModel,
String message)
Public constructor.
|
EDIParseException(Edimap mappingModel,
String message,
Exception cause)
Public constructor.
|
EDIParseException(Edimap mappingModel,
String message,
Exception cause,
MappingNode mappingNode,
int segmentNumber,
String[] segmentLine)
Public constructor.
|
EDIParseException(Edimap mappingModel,
String message,
MappingNode mappingNode,
int segmentNumber,
String[] segmentLine)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
Edimap |
EdiDirectory.getCommonModel()
Get the common model.
|
Modifier and Type | Method and Description |
---|---|
List<Edimap> |
EdiDirectory.getMessageModels()
Get the message models.
|
Constructor and Description |
---|
EdiDirectory(Edimap commonModel,
List<Edimap> messageModels)
Public constructor.
|
Constructor and Description |
---|
EdiDirectory(Edimap commonModel,
List<Edimap> messageModels)
Public constructor.
|
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.
|
Edimap |
EdifactModel.getEdimap()
Returns the edimap containing the parser logic.
|
Constructor and Description |
---|
EdifactModel(Edimap edimap)
Public Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
EdimapWriter.write(Edimap edimap,
Writer writer) |
Copyright © 2014. All rights reserved.