|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
interface to handle high level edi objects. once the handler is registered with the EDIDocumentParser the Parser will call make individual method calls when the objects are created or finished
| 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 |
| Method Detail |
public void startParsing(java.io.Reader inReader)
throws OBOEException
inReader - the edi document in a java io Reader object
OBOEException - - unknown transaction set, this transaction set is undefined to OBOE
- parsing errospublic void startEnvelope(com.americancoders.edi.Envelope inEnv)
inEnv - Envelope foundpublic void startFunctionalGroup(com.americancoders.edi.FunctionalGroup inFG)
inFG - FunctionalGroup foundpublic void startTransactionSet(com.americancoders.edi.TransactionSet inTS)
inTS - TransactionSet foundpublic void startSegment(com.americancoders.edi.Segment inSeg)
inSeg - Segment foundpublic void endEnvelope(com.americancoders.edi.Envelope inEnv)
inEnv - envelope foundpublic void endFunctionalGroup(com.americancoders.edi.FunctionalGroup inFG)
inFG - FunctionalGroup foundpublic void endTransactionSet(com.americancoders.edi.TransactionSet inTS)
inTS - TransactionSet foundpublic void endSegment(com.americancoders.edi.Segment inSeg)
inSeg - Segment foundpublic com.americancoders.edi.DocumentErrors getDocumentErrors()
|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||