Package org.frankframework.ladybug
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface nl.nn.testtool.MessageCapturer
nl.nn.testtool.MessageCapturer.StreamingType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnl.nn.testtool.MessageCapturer.StreamingType
getStreamingType
(Object message) <T> T
toOutputStream
(T message, OutputStream outputStream, Consumer<String> charsetNotifier, Consumer<Throwable> exceptionNotifier) <T> T
-
Constructor Details
-
MessageCapturer
public MessageCapturer()
-
-
Method Details
-
getStreamingType
- Specified by:
getStreamingType
in interfacenl.nn.testtool.MessageCapturer
- Overrides:
getStreamingType
in classnl.nn.testtool.MessageCapturerImpl
-
toWriter
- Specified by:
toWriter
in interfacenl.nn.testtool.MessageCapturer
- Overrides:
toWriter
in classnl.nn.testtool.MessageCapturerImpl
-
toOutputStream
public <T> T toOutputStream(T message, OutputStream outputStream, Consumer<String> charsetNotifier, Consumer<Throwable> exceptionNotifier) - Specified by:
toOutputStream
in interfacenl.nn.testtool.MessageCapturer
- Overrides:
toOutputStream
in classnl.nn.testtool.MessageCapturerImpl
-