| Package | Description |
|---|---|
| com.helger.phase4.client | |
| com.helger.phase4.dump |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BasicHttpPoster.sendGenericMessageWithRetries(com.helger.commons.http.HttpHeaderMap aHttpHeaders,
org.apache.http.HttpEntity aHttpEntity,
String sMessageID,
String sURL,
int nMaxRetries,
long nRetryIntervalMS,
org.apache.http.client.ResponseHandler<? extends T> aResponseHandler,
IAS4OutgoingDumper aOutgoingDumper) |
<T> AS4ClientSentMessage<T> |
AbstractAS4Client.sendMessageWithRetries(String sURL,
org.apache.http.client.ResponseHandler<? extends T> aResponseHandler,
IAS4ClientBuildMessageCallback aCallback,
IAS4OutgoingDumper aOutgoingDumper)
Send the AS4 client message created by
AbstractAS4Client.buildMessage(String, IAS4ClientBuildMessageCallback) to the
provided URL. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAS4OutgoingDumperWithHeaders
Abstract implementation of
IAS4OutgoingDumper that always adds the
custom headers |
class |
AS4OutgoingDumperSingleUse
A simple
IAS4OutgoingDumper 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 IAS4OutgoingDumper |
AS4DumpManager.getOutgoingDumper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AS4DumpManager.setOutgoingDumper(IAS4OutgoingDumper aOutgoingDumper)
Set the outgoing dumper to be globally used.
|
Copyright © 2015–2020 Philip Helger. All rights reserved.