| Interface | Description |
|---|---|
| StreamMonitor |
This interfaces allows to assign the message and the given stream.
|
| Class | Description |
|---|---|
| DefaultMonitoredStreamFactory |
Simple extension of the
MonitorStreamFactory which allows to write any incoming or
outgoing Message to the default error output stream. |
| MonitorDummyResource | |
| MonitoredInputStream |
This is a stream wrapper which allows to pass-through data to a given
OutputStream
for monitoring. |
| MonitoredMessageReceiver | |
| MonitoredOutputStream |
This is a stream wrapper which allows to pass-through data to a given
OutputStream
for monitoring. |
| MonitoringContext | |
| MonitorStreamFactory |
Factory which allows to create an
OutputStream to catch incoming and outgoing data
which allows the creation of Message objects. |