| Package | Description |
|---|---|
| com.helger.phase4.dump |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAS4IncomingDumperWithHeaders
Abstract version of
IAS4IncomingDumper that emits all headers on the
output stream. |
class |
AS4IncomingDumperSingleUse
A simple
IAS4IncomingDumper that can be used for a single
transmission and dumps it to the OutputStream provided in the
constructor. |
| Modifier and Type | Method and Description |
|---|---|
static IAS4IncomingDumper |
AS4DumpManager.getIncomingDumper() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
AS4DumpManager.getIncomingDumpAwareInputStream(IAS4IncomingDumper aIncomingDumper,
InputStream aRequestInputStream,
IAS4IncomingMessageMetadata aMessageMetadata,
com.helger.commons.http.HttpHeaderMap aHttpHeaders) |
static void |
AS4DumpManager.setIncomingDumper(IAS4IncomingDumper aIncomingDumper)
Set the incoming dumper to be globally used.
|
Copyright © 2015–2020 Philip Helger. All rights reserved.