| Modifier and Type | Method and Description |
|---|---|
protected void |
AS2Client.beforeSend(AS2ClientSettings aSettings,
AS2Session aSession,
IMessage aMsg)
Callback method that is invoked before the main sending.
|
protected void |
AS2Client.beforeSend(AS2ClientSettings aSettings,
AS2Session aSession,
IMessage aMsg)
Callback method that is invoked before the main sending.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMICMatchingHandler.onMICMatch(IMessage aMsg,
String sMIC)
Invoked upon MIC match
|
void |
LoggingMICMatchingHandler.onMICMatch(IMessage aMsg,
String sMIC) |
void |
LoggingMICMatchingHandler.onMICMatch(IMessage aMsg,
String sMIC) |
void |
IMICMatchingHandler.onMICMatch(IMessage aMsg,
String sMIC)
Invoked upon MIC match
|
void |
IMICMatchingHandler.onMICMismatch(IMessage aMsg,
String sOriginalMIC,
String sReceivedMIC)
Invoked upon MIC mismatch
|
void |
LoggingMICMatchingHandler.onMICMismatch(IMessage aMsg,
String sOriginalMIC,
String sReceivedMIC) |
void |
LoggingMICMatchingHandler.onMICMismatch(IMessage aMsg,
String sOriginalMIC,
String sReceivedMIC) |
void |
IMICMatchingHandler.onMICMismatch(IMessage aMsg,
String sOriginalMIC,
String sReceivedMIC)
Invoked upon MIC mismatch
|
| Modifier and Type | Method and Description |
|---|---|
void |
DispositionType.validate(IMessage aSrcMsg,
String sText)
Throws a
AS2DispositionException if the message is a warning or an
error. |
void |
DispositionType.validate(IMessage aSrcMsg,
String sText)
Throws a
AS2DispositionException if the message is a warning or an
error. |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
AS2Exception.getSourceMsg() |
IMessage |
AS2Exception.getSourceMsg() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AS2Exception.log(boolean bTerminated,
File aSrcFile,
IMessage aSrcMsg) |
protected void |
AS2Exception.log(boolean bTerminated,
File aSrcFile,
IMessage aSrcMsg) |
static void |
AS2Exception.log(Class<?> aExceptionClass,
boolean bTerminated,
String sLogMessage,
File aSrcFile,
IMessage aSrcMsg,
Throwable aCause) |
static void |
AS2Exception.log(Class<?> aExceptionClass,
boolean bTerminated,
String sLogMessage,
File aSrcFile,
IMessage aSrcMsg,
Throwable aCause) |
AS2Exception |
AS2Exception.setSourceMsg(IMessage aSrcMsg) |
AS2Exception |
AS2Exception.setSourceMsg(IMessage aSrcMsg) |
void |
AS2Exception.terminate(File aFile,
IMessage aMsg) |
void |
AS2Exception.terminate(File aFile,
IMessage aMsg) |
void |
AS2Exception.terminate(IMessage aMsg) |
void |
AS2Exception.terminate(IMessage aMsg) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage
Abstract base implementation of the
IMessage interface. |
class |
AS2Message |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
AbstractMessageMDN.getMessage() |
IMessage |
IMessageMDN.getMessage() |
IMessage |
IMessageMDN.getMessage() |
IMessage |
AbstractMessageMDN.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageMDN.setMessage(IMessage aMessage) |
void |
IMessageMDN.setMessage(IMessage aMessage) |
void |
IMessageMDN.setMessage(IMessage aMessage) |
void |
AbstractMessageMDN.setMessage(IMessage aMessage) |
| Constructor and Description |
|---|
AbstractMessageMDN(IMessage aMsg) |
AbstractMessageMDN(IMessage aMsg) |
| Constructor and Description |
|---|
MessageParameters(IMessage aTarget) |
MessageParameters(IMessage aTarget) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPartnershipFactory.updatePartnership(IMessage aMsg,
boolean bOverwrite) |
void |
IPartnershipFactory.updatePartnership(IMessage aMsg,
boolean bOverwrite)
Looks up and fills in any header info for a specific msg's partnership.
|
void |
IPartnershipFactory.updatePartnership(IMessage aMsg,
boolean bOverwrite)
Looks up and fills in any header info for a specific msg's partnership.
|
void |
AbstractPartnershipFactory.updatePartnership(IMessage aMsg,
boolean bOverwrite) |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
AS2NoModuleException.getMsg() |
IMessage |
AS2NoModuleException.getMsg() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMessageProcessor.executeAction(String sAction,
IMessage aMsg,
Map<String,Object> aOptions)
Execution the provided action with the registered modules.
|
protected void |
AbstractMessageProcessor.executeAction(String sAction,
IMessage aMsg,
Map<String,Object> aOptions)
Execution the provided action with the registered modules.
|
protected static String |
AS2NoModuleException.getAsString(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
protected static String |
AS2NoModuleException.getAsString(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
AsyncMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
DefaultMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
IMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
IMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
DefaultMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
AsyncMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Constructor and Description |
|---|
AS2NoModuleException(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
AS2NoModuleException(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractActiveModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
IProcessorModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
IProcessorModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
AbstractActiveModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
AbstractActiveModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
IProcessorModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
IProcessorModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
AbstractActiveModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IMessage |
AbstractDirectoryPollingModule.createMessage() |
protected IMessage |
AS2DirectoryPollingModule.createMessage() |
protected IMessage |
AS2DirectoryPollingModule.createMessage() |
protected abstract IMessage |
AbstractDirectoryPollingModule.createMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractActiveNetModule.handleError(IMessage aMsg,
AS2Exception aSrcEx) |
void |
AbstractActiveNetModule.handleError(IMessage aMsg,
AS2Exception aSrcEx) |
void |
AbstractDirectoryPollingModule.updateMessage(IMessage aMsg,
File aFile) |
void |
AbstractDirectoryPollingModule.updateMessage(IMessage aMsg,
File aFile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AS2ReceiverHandler.decompress(IMessage aMsg) |
protected void |
AS2ReceiverHandler.decompress(IMessage aMsg) |
protected void |
AS2ReceiverHandler.decrypt(IMessage aMsg,
AS2ResourceHelper aResHelper) |
protected void |
AS2ReceiverHandler.decrypt(IMessage aMsg,
AS2ResourceHelper aResHelper) |
protected void |
AS2ReceiverHandler.verify(IMessage aMsg,
AS2ResourceHelper aResHelper) |
protected void |
AS2ReceiverHandler.verify(IMessage aMsg,
AS2ResourceHelper aResHelper) |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
ResendItem.getMessage() |
IMessage |
ResendItem.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DirectoryResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
ImmediateResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
InMemoryResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
InMemoryResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
ImmediateResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
DirectoryResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
DirectoryResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
ImmediateResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
InMemoryResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
InMemoryResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
ImmediateResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
DirectoryResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Constructor and Description |
|---|
ResendItem(String sResendAction,
int nRetries,
IMessage aMsg,
long nResendDelayMS) |
ResendItem(String sResendAction,
int nRetries,
IMessage aMsg,
long nResendDelayMS) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AS2SenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
AsynchMDNSenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
AsynchMDNSenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
AS2SenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
protected boolean |
AbstractSenderModule.doResend(String sResendAction,
IMessage aMsg,
AS2Exception aCause,
int nTriesLeft) |
protected boolean |
AbstractSenderModule.doResend(String sResendAction,
IMessage aMsg,
AS2Exception aCause,
int nTriesLeft) |
void |
AS2SenderModule.handle(String sAction,
IMessage aBaseMsg,
Map<String,Object> aOptions) |
void |
AsynchMDNSenderModule.handle(String sAction,
IMessage aBaseMsg,
Map<String,Object> aOptions) |
void |
AsynchMDNSenderModule.handle(String sAction,
IMessage aBaseMsg,
Map<String,Object> aOptions) |
void |
AS2SenderModule.handle(String sAction,
IMessage aBaseMsg,
Map<String,Object> aOptions) |
protected javax.mail.internet.MimeBodyPart |
AS2SenderModule.secure(IMessage aMsg,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
protected javax.mail.internet.MimeBodyPart |
AS2SenderModule.secure(IMessage aMsg,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
protected void |
AS2SenderModule.updateHttpHeaders(AS2HttpHeaderSetter aHeaderSetter,
IMessage aMsg)
Update the HTTP headers based on the provided message, before sending takes
place.
|
protected void |
AS2SenderModule.updateHttpHeaders(AS2HttpHeaderSetter aHeaderSetter,
IMessage aMsg)
Update the HTTP headers based on the provided message, before sending takes
place.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractStorageModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
AbstractStorageModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
protected File |
AbstractStorageModule.getFile(IMessage aMsg,
String sFileParam)
Not final - see #105
|
protected File |
AbstractStorageModule.getFile(IMessage aMsg,
String sFileParam)
Not final - see #105
|
protected abstract String |
AbstractStorageModule.getFilename(IMessage aMsg,
String sFileParam) |
protected String |
MDNFileModule.getFilename(IMessage aMsg,
String sFileParam) |
protected String |
MessageFileModule.getFilename(IMessage aMsg,
String sFileParam) |
protected String |
MessageFileModule.getFilename(IMessage aMsg,
String sFileParam) |
protected String |
MDNFileModule.getFilename(IMessage aMsg,
String sFileParam) |
protected abstract String |
AbstractStorageModule.getFilename(IMessage aMsg,
String sFileParam) |
protected static InputStream |
MessageFileModule.getHeaderStream(IMessage aMsg,
Charset aCharset) |
protected static InputStream |
MessageFileModule.getHeaderStream(IMessage aMsg,
Charset aCharset) |
void |
MDNFileModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
MessageFileModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
MessageFileModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
MDNFileModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AS2Helper.parseMDN(IMessage aMsg,
X509Certificate aReceiverCert,
boolean bUseCertificateInBodyPart,
Consumer<? super X509Certificate> aEffectiveCertificateConsumer,
AS2ResourceHelper aResHelper) |
static void |
AS2Helper.parseMDN(IMessage aMsg,
X509Certificate aReceiverCert,
boolean bUseCertificateInBodyPart,
Consumer<? super X509Certificate> aEffectiveCertificateConsumer,
AS2ResourceHelper aResHelper) |
| Modifier and Type | Method and Description |
|---|---|
static DataSource |
HTTPHelper.readAndDecodeHttpRequest(IAS2HttpRequestDataProvider aRDP,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg,
IHTTPIncomingDumper aIncomingDumper) |
static DataSource |
HTTPHelper.readAndDecodeHttpRequest(IAS2HttpRequestDataProvider aRDP,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg,
IHTTPIncomingDumper aIncomingDumper) |
static com.helger.mail.datasource.IExtendedDataSource |
HTTPHelper.readHttpRequest(IAS2HttpRequestDataProvider aRDP,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg,
IHTTPIncomingDumper aIncomingDumper)
Read headers and payload from the passed input stream provider.
|
static com.helger.mail.datasource.IExtendedDataSource |
HTTPHelper.readHttpRequest(IAS2HttpRequestDataProvider aRDP,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg,
IHTTPIncomingDumper aIncomingDumper)
Read headers and payload from the passed input stream provider.
|
Copyright © 2013–2022 Philip Helger. All rights reserved.