All Classes and Interfaces
Class
Description
An interface representing the schema of an EDI complex type such as a loop,
segment, or composite element.
Provides access to attributes specified for a control structure complex type
such as the interchange, group, and transaction envelope structures.
Specification of the position of an element.
This interface is used to report non-fatal errors detected in an EDI input.
Defines an abstract implementation of a factory for getting EDIStreamReaders,
JSON parsers (wrapping an existing EDIStreamReader), and XMLStreamReaders
(wrapping an existing EDIStreamReader).
Provides access to attributes specified for a loop complex type.
Defines the constant values of namespaces for each of the XML elements
generated by the XMLStreamReader (created via
EDIInputFactory.createXMLStreamReader(EDIStreamReader) and consumed
by the XMLStreamWriter (created via
EDIOutputFactory.createXMLStreamWriter(EDIStreamWriter).This interface is used to report non-fatal errors detected in an EDI input.
Defines an abstract implementation of a factory for getting EDIStreamWriters
and XMLStreamWriters (wrapping an existing EDIStreamWriter).
Deprecated.
implement EDIInputErrorReporter instead.
An interface representing the schema of an EDI simple type, AKA an element.
Collection of constant values identifying the several EDI standards and the
delimiters used in processing EDI data streams.
Defines the constant values of EDI delimiters present in the maps
returned by
getDelimiters()/EDIStreamWriter.getDelimiters()
and accepted as properties for output via
PropertySupport.setProperty(String, Object).Defines the constant values possibly returned by
getStandard() and
EDIStreamWriter.getStandard().Enumeration of stream event types that may be encountered by the
EDIStreamReader.
Checked exception that may be thrown by EDIInputFactory, EDIStreamReader,
EDIOutputFactory, and EDIStreamWriter in the processing of EDI data.
This interface declares a simple filter interface that one can create to
filter EDIStreamReaders
The EDIStreamReader interface allows forward, read-only access to EDI.
Enumeration of validation error types that may be encountered by the
EDIStreamReader or EDIStreamWriter.
The EDIStreamWriter interface specifies how to write EDI.
Runtime exception that may occur when reading or writing EDI any the EDI
error event would not otherwise be handled by an application.
Provides information on the location of an event.
Abstract parent class for factories that support setting, retrieving, and checking
whether properties are supported.
A
Runnable that can throw exceptions/errors.