Module io.xlate.staedi
Package io.xlate.edi.stream
package io.xlate.edi.stream
-
ClassDescriptionThis 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).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 viaEDIOutputFactory.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.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 byEDIStreamReader.getDelimiters()/EDIStreamWriter.getDelimiters()and accepted as properties for output viaPropertySupport.setProperty(String, Object).Defines the constant values possibly returned byEDIStreamReader.getStandard()andEDIStreamWriter.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 EDIStreamReadersThe 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.