|
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.FixedLengthParser
class builds OBOE objects by parsing input string in xml edi format
OBOE - Open Business Objects for EDI
Part of the OBOE Basic Extended Package
An EDI and XML Translator Written In Java
Copyright 1998-2009 - American Coders, LTD - Raleigh NC USA
All rights reserved
American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27624 USA
1-919-846-2014
http://www.americancoders.com
| Field Summary | |
protected com.americancoders.edi.Envelope |
envelope
|
protected java.net.URL |
url
|
| Constructor Summary | |
FixedLengthParser()
create a transaction set from input string |
|
| Method Summary | |
com.americancoders.edi.Envelope |
getEnvelope()
returns the Envelope that was parsed |
static void |
main(java.lang.String[] args)
static main method to test xmlparser class |
void |
parse(java.io.InputStream inStream)
builds a transaction set from input stream all the work is really done here, the other parse methods call this |
void |
parse(java.lang.String inString)
builds a transaction set from input string |
void |
parse(java.net.URL inURL,
java.lang.String text)
builds a transaction set by reading a URL NOT USED |
void |
parseFile(java.lang.String inString)
builds a transaction set from input file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.net.URL url
protected com.americancoders.edi.Envelope envelope
| Constructor Detail |
public FixedLengthParser()
| Method Detail |
public static void main(java.lang.String[] args)
public void parse(java.lang.String inString)
inString - the edi document
OBOEException - - unknown transaction set, this transaction set is undefined to OBOE
public void parseFile(java.lang.String inString)
throws java.io.FileNotFoundException,
java.io.IOException
inString - Filename of the edi document file name
java.io.FileNotFoundException
java.io.IOException
public void parse(java.net.URL inURL,
java.lang.String text)
throws OBOEException
inURL - urltext - the document String
OBOEException - - unknown transaction set, this transaction set is undefined to OBOE
public void parse(java.io.InputStream inStream)
throws OBOEException
inStream - InputStream the edi document in a stream
OBOEException - public com.americancoders.edi.Envelope getEnvelope()
|
Open Business Objects for EDI v3.6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||