com.etasoft.trans.transaction
Class axTextParser

java.lang.Object
  extended bycom.etasoft.trans.transaction.axTextParser
All Implemented Interfaces:
axParser

public final class axTextParser
extends java.lang.Object
implements axParser

EDI Message contains segments.


Constructor Summary
axTextParser()
           
 
Method Summary
 void parse(axInputHandler doc, axReaderIterator itor, axInfoList expList)
          Parse Text files.
 java.lang.String toString()
          Returns String information about segments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

axTextParser

public axTextParser()
Method Detail

toString

public java.lang.String toString()
Returns String information about segments


parse

public void parse(axInputHandler doc,
                  axReaderIterator itor,
                  axInfoList expList)
           throws axException
Parse Text files.

Specified by:
parse in interface axParser
Throws:
axException