|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.transaction.axEDIParser
EDI Message contains segments.
Field Summary |
Fields inherited from interface com.etasoft.trans.transaction.axDetectable |
DELIMITEDTEXT, EDIFACT, FIXEDTEXT, HL7, NONE, X12, XML |
Constructor Summary | |
axEDIParser()
|
Method Summary | |
boolean |
detect(java.lang.String buffer)
Detect input file, input can be just first 200 characters of the file. |
int |
getDetectedType()
Type of file that has been detected. |
void |
parse(axInputHandler doc,
axReaderIterator itor,
axInfoList expList)
Parse EDI, EDIFACT file. |
java.lang.String |
removeEscapeChar(java.lang.String s,
char c)
|
java.lang.String |
toString()
Returns Parser description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public axEDIParser()
Method Detail |
public java.lang.String toString()
public boolean detect(java.lang.String buffer)
detect
in interface axDetectable
public int getDetectedType()
getDetectedType
in interface axDetectable
public void parse(axInputHandler doc, axReaderIterator itor, axInfoList expList) throws axException
parse
in interface axParser
axException
public java.lang.String removeEscapeChar(java.lang.String s, char c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |