Class MessageCapturer

java.lang.Object
nl.nn.testtool.MessageCapturerImpl
org.frankframework.ladybug.MessageCapturer
All Implemented Interfaces:
nl.nn.testtool.MessageCapturer

public class MessageCapturer extends nl.nn.testtool.MessageCapturerImpl
  • Constructor Details

    • MessageCapturer

      public MessageCapturer()
  • Method Details

    • getStreamingType

      public nl.nn.testtool.MessageCapturer.StreamingType getStreamingType(Object message)
      Specified by:
      getStreamingType in interface nl.nn.testtool.MessageCapturer
      Overrides:
      getStreamingType in class nl.nn.testtool.MessageCapturerImpl
    • toWriter

      public <T> T toWriter(T message, Writer writer, Consumer<Throwable> exceptionNotifier)
      Specified by:
      toWriter in interface nl.nn.testtool.MessageCapturer
      Overrides:
      toWriter in class nl.nn.testtool.MessageCapturerImpl
    • toOutputStream

      public <T> T toOutputStream(T message, OutputStream outputStream, Consumer<String> charsetNotifier, Consumer<Throwable> exceptionNotifier)
      Specified by:
      toOutputStream in interface nl.nn.testtool.MessageCapturer
      Overrides:
      toOutputStream in class nl.nn.testtool.MessageCapturerImpl