Package | Description |
---|---|
org.milyn.ect | |
org.milyn.ect.ecore | |
org.milyn.ect.formats.unedifact | |
org.milyn.edisax |
EdiSax main package.
|
org.milyn.edisax.interchange | |
org.milyn.edisax.model | |
org.milyn.edisax.util | |
org.milyn.ejc |
Modifier and Type | Method and Description |
---|---|
Edimap |
EdimapConfiguration.getEdimap() |
Edimap |
EdiSpecificationReader.getMappingModel(String messageName)
Get the EDI Mapping Model for the named message.
|
Modifier and Type | Method and Description |
---|---|
void |
EdimapConfiguration.setEdimap(Edimap edimap) |
Constructor and Description |
---|
EdimapConfiguration(Edimap edimap,
String filename) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EPackage |
ECoreGenerator.generateSinglePackage(Edimap mappingModel)
Generate a single
EPackage . |
static org.eclipse.emf.ecore.EPackage |
ECoreConversionUtils.mappingModelToEPackage(Edimap mapModel)
|
Modifier and Type | Method and Description |
---|---|
Edimap |
UnEdifactSpecificationReader.getDefinitionModel() |
Edimap |
UnEdifactMessage.getEdimap() |
Edimap |
UnEdifactSpecificationReader.getMappingModel(String messageName) |
static Edimap |
UnEdifactDefinitionReader.parse(Reader dataReader,
Reader compositeReader,
Reader segmentReader,
boolean useShortName) |
Constructor and Description |
---|
UnEdifactMessage(Reader reader,
boolean isSplitIntoImport,
boolean useShortName,
Edimap definitionModel) |
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) |
Modifier and Type | Method and Description |
---|---|
Edimap |
ClassModel.getEdimap() |
Modifier and Type | Method and Description |
---|---|
ClassModel |
ClassModelCompiler.compile(Edimap edimap,
String classPackage) |
ClassModel |
EJC.compile(Edimap mappingModel,
String beanPackage,
String beanFolder)
Compiles a edi-mapping-configuration and generates java implementation and
bindingfile.
|
ClassModel |
EJC.compile(Edimap mappingModel,
String beanPackage,
String beanFolder,
Map<MappingNode,JClass> commonTypes)
Compiles a edi-mapping-configuration and generates java implementation and
bindingfile.
|
void |
ClassModel.setEdimap(Edimap edimap) |
Copyright © 2020. All rights reserved.