|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.edisax.model.EdifactModel
public class EdifactModel
EdifactModel contains all logic for handling imports for the edi-message-mapping model.
| Constructor Summary | |
|---|---|
EdifactModel()
|
|
| Method Summary | |
|---|---|
Delimiters |
getDelimiters()
Returns the delimiters used in edifact format. |
Edimap |
getEdimap()
Returns the edimap containing the parser logic. |
void |
parseSequence(InputStream inputStream)
Parse the edifact edimap specified in the edi-message-mapping. |
void |
setEdimap(Edimap edimap)
Sets the edimap containing the parser logic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdifactModel()
| Method Detail |
|---|
public Edimap getEdimap()
public void setEdimap(Edimap edimap)
edimap - the edi-message-mappingpublic Delimiters getDelimiters()
public void parseSequence(InputStream inputStream)
throws SAXException,
EDIConfigurationException,
IOException
inputStream - the edi-message-mapping.
EDIParseException - is thrown when EdifactModel is unable to initialize edimap.
EDIConfigurationException - is thrown when edi-message-mapping contains multiple or no namespace declaration.
IOException - is thrown when error occurs when parsing edi-message-mapping.
SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||