Uses of Interface
io.xlate.edi.stream.EDIReporter
-
Packages that use EDIReporter Package Description io.xlate.edi.stream -
-
Uses of EDIReporter in io.xlate.edi.stream
Methods in io.xlate.edi.stream that return EDIReporter Modifier and Type Method Description abstract EDIReporterEDIInputFactory. getEDIReporter()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 EDIReporter Modifier and Type Method Description abstract voidEDIInputFactory. setEDIReporter(EDIReporter reporter)The reporter that will be set on any EDIStreamReader created by this factory instance.
-