|
Open Business Objects for EDI v3.5.2 |
||||||||||
| 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(Envelope inEnv)
called when an Evelope is finished |
void |
endFunctionalGroup(FunctionalGroup inFG)
called when an FunctionalGroup object is finished |
void |
endSegment(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(TransactionSet inTS)
called when an TransactionSet object is finished |
DocumentErrors |
getDocumentErrors()
|
void |
startEnvelope(Envelope inEnv)
called when an Envelope object is created |
void |
startFunctionalGroup(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(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(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(Envelope inEnv)
inEnv - Envelope foundpublic void startFunctionalGroup(FunctionalGroup inFG)
inFG - FunctionalGroup foundpublic void startTransactionSet(TransactionSet inTS)
inTS - TransactionSet foundpublic void startSegment(Segment inSeg)
inSeg - Segment foundpublic void endEnvelope(Envelope inEnv)
inEnv - envelope foundpublic void endFunctionalGroup(FunctionalGroup inFG)
inFG - FunctionalGroup foundpublic void endTransactionSet(TransactionSet inTS)
inTS - TransactionSet foundpublic void endSegment(Segment inSeg)
inSeg - Segment foundpublic DocumentErrors getDocumentErrors()
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||