| Package | Description |
|---|---|
| com.helger.as2lib.client | |
| com.helger.as2lib.message | |
| com.helger.as2lib.processor.receiver.net | |
| com.helger.as2lib.processor.sender | |
| com.helger.as2lib.util |
| Modifier and Type | Method and Description |
|---|---|
protected AS2Message |
AS2Client.createAS2MessageObj() |
protected AS2Message |
AS2Client.createMessage(Partnership aPartnership,
AS2ClientRequest aRequest) |
| Constructor and Description |
|---|
AS2MessageMDN(AS2Message aMsg) |
| Modifier and Type | Method and Description |
|---|---|
protected AS2Message |
AS2ReceiverHandler.createMessage(Socket aSocket)
Create a new message and record the source ip and port
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AS2MDNReceiverHandler.checkAsyncMDN(AS2Message aMsg)
verify if the mic is matched.
|
void |
AS2ReceiverHandler.handleIncomingMessage(String sClientInfo,
DataSource aMsgData,
AS2Message aMsg,
IAS2HttpResponseHandler aResponseHandler)
This method can be used to handle an incoming HTTP message AFTER the
headers where extracted.
|
protected void |
AS2MDNReceiverHandler.receiveMDN(AS2Message aMsg,
byte[] aData,
IAS2HttpResponseHandler aResponseHandler)
method for receiving and processing Async MDN sent from receiver.
|
void |
AS2MDNReceiverHandler.reparse(AS2Message aMsg,
IAS2HttpConnection aConn) |
protected void |
AS2ReceiverHandler.sendMDN(String sClientInfo,
IAS2HttpResponseHandler aResponseHandler,
AS2Message aMsg,
DispositionType aDisposition,
String sText,
com.helger.commons.state.ESuccess eSuccess) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AS2SenderModule.calculateAndStoreMIC(AS2Message aMsg)
From RFC 4130 section 7.3.1:
For any signed messages, the MIC to be returned is calculated on the
RFC1767/RFC3023 MIME header and content.
|
protected void |
AS2SenderModule.checkRequired(AS2Message aMsg) |
protected void |
AS2SenderModule.onReceivedMDNError(AS2Message aMsg,
OpenAS2Exception ex)
Handler for errors in MDN processing.
|
protected void |
AS2SenderModule.receiveSyncMDN(AS2Message aMsg,
IAS2HttpConnection aConn,
String sOriginalMIC) |
protected void |
AS2SenderModule.storePendingInfo(AS2Message aMsg,
String sMIC)
for storing original mic and outgoing file into pending information file
|
| Modifier and Type | Method and Description |
|---|---|
static IMessageMDN |
AS2Helper.createMDN(IAS2Session aSession,
AS2Message aMsg,
DispositionType aDisposition,
String sText)
Create a new MDN
|
Copyright © 2013–2019 Philip Helger. All rights reserved.