|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.americancoders.edi.x12.LargeDocumentHandler
| Constructor Summary | |
LargeDocumentHandler()
|
|
| Method Summary | |
void |
endEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Evelope is finished |
void |
endFunctionalGroup(com.americancoders.edi.FunctionalGroup inFG)
called when an FunctionalGroup object is finished |
void |
endSegment(com.americancoders.edi.Segment inSeg)
called when an Segment object is finished only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
endTransactionSet(com.americancoders.edi.TransactionSet inTS)
called when an TransactionSet object is finished |
com.americancoders.edi.DocumentErrors |
getDocumentErrors()
|
void |
startEnvelope(com.americancoders.edi.Envelope inEnv)
called when an Envelope object is created |
void |
startFunctionalGroup(com.americancoders.edi.FunctionalGroup inFG)
called when an FunctionalGroup object is created |
void |
startParsing(java.io.Reader inReader)
starts the parser with the passed Reader object |
void |
startSegment(com.americancoders.edi.Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
startTransactionSet(com.americancoders.edi.TransactionSet inTS)
called when an TransactionSet object is created |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LargeDocumentHandler()
| Method Detail |
public void endEnvelope(com.americancoders.edi.Envelope inEnv)
EDIDocumentHandler
endEnvelope in interface EDIDocumentHandlerinEnv - envelope foundpublic void endFunctionalGroup(com.americancoders.edi.FunctionalGroup inFG)
EDIDocumentHandler
endFunctionalGroup in interface EDIDocumentHandlerinFG - FunctionalGroup foundpublic void endSegment(com.americancoders.edi.Segment inSeg)
EDIDocumentHandler
endSegment in interface EDIDocumentHandlerinSeg - Segment foundpublic void endTransactionSet(com.americancoders.edi.TransactionSet inTS)
EDIDocumentHandler
endTransactionSet in interface EDIDocumentHandlerinTS - TransactionSet foundpublic com.americancoders.edi.DocumentErrors getDocumentErrors()
getDocumentErrors in interface EDIDocumentHandlerpublic void startEnvelope(com.americancoders.edi.Envelope inEnv)
EDIDocumentHandler
startEnvelope in interface EDIDocumentHandlerinEnv - Envelope foundpublic void startFunctionalGroup(com.americancoders.edi.FunctionalGroup inFG)
EDIDocumentHandler
startFunctionalGroup in interface EDIDocumentHandlerinFG - FunctionalGroup found
public void startParsing(java.io.Reader inReader)
throws OBOEException
EDIDocumentHandler
startParsing in interface EDIDocumentHandlerinReader - the edi document in a java io Reader object
OBOEException - - unknown transaction set, this transaction set is undefined to OBOE
- parsing errospublic void startSegment(com.americancoders.edi.Segment inSeg)
EDIDocumentHandler
startSegment in interface EDIDocumentHandlerinSeg - Segment foundpublic void startTransactionSet(com.americancoders.edi.TransactionSet inTS)
EDIDocumentHandler
startTransactionSet in interface EDIDocumentHandlerinTS - TransactionSet found
|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||