| Interface | Description |
|---|---|
| IAS4IncomingDumper |
Interface for dumping incoming requests
|
| IAS4OutgoingDumper |
Interface for dumping outgoing requests
|
| Class | Description |
|---|---|
| AbstractAS4IncomingDumperWithHeaders |
Abstract version of
IAS4IncomingDumper that emits all headers on the
output stream. |
| AbstractAS4OutgoingDumperWithHeaders |
Abstract implementation of
IAS4OutgoingDumper that always adds the
custom headers |
| AS4DumpManager |
This class holds the global stream dumper.
|
| AS4IncomingDumperSingleUse |
A simple
IAS4IncomingDumper that can be used for a single
transmission and dumps it to the OutputStream provided in the
constructor. |
| AS4OutgoingDumperSingleUse |
A simple
IAS4OutgoingDumper that can be used for a single
transmission and dumps it to the OutputStream provided in the
constructor. |
Copyright © 2015–2020 Philip Helger. All rights reserved.