Package com.berryworks.edireader

Contains the classes that comprise the EDIReader product, an EDI parser written in the form of an XML parser and implementing the SAX/JAXP interfaces so as to allow EDI data as input into many XML systems.

See:
          Description

Interface Summary
TransactionCallback  
XMLTags XML tags used when generating XML from EDI
 

Class Summary
AnsiFAGenerator A delegate for generating an interchange containing some number of 997 transactions acknowledging the functional groups parsed by AnsiReader.
AnsiReader Reads and parses ANSI X.12 EDI interchanges.
DefaultXMLTags  
EDIAbstractReader An adaptor for XMLReader providing default implementations of several methods to simplify each of the EDIReader classes that have XMLReader as an ancestor.
EDIAttributes Provide convenience methods to simplify the construction of XML attributes.
EdifactCONTRLGenerator A delegate for generating an interchange containing control messages acknowledging the transaction parsed by EdifactReader.
EdifactReader Reads and parses EDIFACT EDI interchanges.
EdifactReaderWithCONTRL  
EDIParser Wraps an EDIReader.
EDIParserFactory An implementation of SAXParserFactory to provide for the creation of a custom SAXParser in the JAXP manner.
EDIReader Reads and parses an EDI interchange in any of the supported EDI standards.
EDIReaderFactory Creates a subclass of EDIReader appropriate for parsing a particular EDI interchange.
EDIReaderWrapper This EDIReader subclass wraps an EDIReader delegate, providing an opportunity to decorate the delegate with additional features.
Inspect Inspects runtime environment for diagnostic purposes.
ParserRegistry Data structure that associates leading character sequences with specific parser implementations.
Plugin Parent class for all EDIReader plugins.
PluginController Determines and maintains state transitions for the segment looping structure within a particular EDI document.
ReplyGenerator  
StandardReader Common parent class to several EDIReader subclasses that provide for the parsing of specific EDI standards.
SyntaxDescriptor Represents the full collection of syntax characters that apply to EDI interchanges.
UNHReader  
 

Exception Summary
EDISyntaxException An exception thrown during EDI parsing when invalid EDI syntax, structure, or content is encountered.
 

Package com.berryworks.edireader Description

Contains the classes that comprise the EDIReader product, an EDI parser written in the form of an XML parser and implementing the SAX/JAXP interfaces so as to allow EDI data as input into many XML systems.