Uses of Interface
io.xlate.edi.stream.EDIInputErrorReporter
| Package | Description |
|---|---|
| io.xlate.edi.stream |
-
Uses of EDIInputErrorReporter in io.xlate.edi.stream
Subinterfaces of EDIInputErrorReporter in io.xlate.edi.stream Modifier and Type Interface Description interfaceEDIReporterDeprecated.implement EDIInputErrorReporter instead.Methods in io.xlate.edi.stream that return EDIInputErrorReporter Modifier and Type Method Description abstract EDIInputErrorReporterEDIInputFactory. getErrorReporter()Retrieves the reporter that will be set on any EDIStreamReader created by this factory instance.Methods in io.xlate.edi.stream with parameters of type EDIInputErrorReporter Modifier and Type Method Description abstract voidEDIInputFactory. setErrorReporter(EDIInputErrorReporter reporter)The reporter that will be set on any EDIStreamReader created by this factory instance.