Package | Description |
---|---|
org.milyn.edisax |
EdiSax main package.
|
org.milyn.edisax.model.internal | |
org.milyn.ejc |
Modifier and Type | Method and Description |
---|---|
MappingNode |
EDIParseException.getErrorNode() |
Modifier and Type | Method and Description |
---|---|
void |
EDIParser.endElement(MappingNode node,
boolean indent) |
void |
EDIParser.startElement(MappingNode node,
boolean indent) |
Constructor and Description |
---|
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.
|
EDIParseException(String message,
Exception cause,
MappingNode mappingNode,
int segmentNumber,
String[] segmentLine)
Public constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Component |
class |
Field |
class |
Segment |
class |
SegmentGroup
Segment Group.
|
class |
SubComponent |
class |
ValueNode
ValueNode.
|
Modifier and Type | Method and Description |
---|---|
MappingNode |
MappingNode.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
MappingNode.setParent(MappingNode parent) |
Modifier and Type | Method and Description |
---|---|
MappingNode |
BindingConfig.getMappingNode() |
Modifier and Type | Method and Description |
---|---|
Map<MappingNode,JClass> |
ClassModel.getClassesByNode() |
Modifier and Type | Method and Description |
---|---|
void |
BindingConfig.setMappingNode(MappingNode mappingNode) |
Modifier and Type | Method and Description |
---|---|
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.setClassesByNode(Map<MappingNode,JClass> classesBySegref) |
Constructor and Description |
---|
ClassModelCompiler(Map<MappingNode,JClass> commonTypes,
boolean addEDIMessageAnnotation) |
Copyright © 2020. All rights reserved.