public class AS2AsynchronousMDNManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AS2_CONNECTION
The HTTP Context Attribute containing the AS2 Connection used to send
request message.
|
static String |
ASYNCHRONOUS_MDN
The HTTP Context Attribute containing an asynchronous MDN receipt.
|
static String |
CAMEL_AS2_ASYNC_MDN_PREFIX
Prefix for all AS2 HTTP Context Attributes used by the AS2 Asynchronous MDN
Manager.
|
static String |
HTTP_REQUEST
The HTTP Context Attribute containing the HTTP request message
transporting the EDI message
|
static String |
HTTP_RESPONSE
The HTTP Context Attribute containing the HTTP response message
transporting the EDI message
|
static String |
RECIPIENT_ADDRESS
The HTTP Context Attribute indicating the AS2 name of MDN sender.
|
Constructor and Description |
---|
AS2AsynchronousMDNManager(String as2Version,
String userAgent,
String senderFQDN,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey) |
Modifier and Type | Method and Description |
---|---|
org.apache.http.protocol.HttpCoreContext |
send(DispositionNotificationMultipartReportEntity mdn,
String recipientDeliveryAddress) |
public static final String CAMEL_AS2_ASYNC_MDN_PREFIX
public static final String HTTP_REQUEST
public static final String HTTP_RESPONSE
public static final String AS2_CONNECTION
public static final String RECIPIENT_ADDRESS
public static final String ASYNCHRONOUS_MDN
public AS2AsynchronousMDNManager(String as2Version, String userAgent, String senderFQDN, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey)
public org.apache.http.protocol.HttpCoreContext send(DispositionNotificationMultipartReportEntity mdn, String recipientDeliveryAddress) throws org.apache.http.HttpException
org.apache.http.HttpException
Apache Camel