Uses of Interface
io.xlate.edi.stream.EDIOutputErrorReporter
-
Packages that use EDIOutputErrorReporter Package Description io.xlate.edi.stream -
-
Uses of EDIOutputErrorReporter in io.xlate.edi.stream
Methods in io.xlate.edi.stream that return EDIOutputErrorReporter Modifier and Type Method Description abstract EDIOutputErrorReporterEDIOutputFactory. getErrorReporter()Retrieves the reporter that will be set on any EDIStreamWriter created by this factory instance.Methods in io.xlate.edi.stream with parameters of type EDIOutputErrorReporter Modifier and Type Method Description abstract voidEDIOutputFactory. setErrorReporter(EDIOutputErrorReporter reporter)The reporter that will be set on any EDIStreamWriter created by this factory instance.
-