| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCertificateFactory
Abstract base implementation of a read-only Certificate factory that operates
on a
KeyStore object. |
class |
CertificateFactory
An implementation of a file-based certificate factory using a custom key
store type.
|
class |
PredefinedCertificateFactory
An example implementation of a Certificate factory that uses an external
KeyStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPartnershipFactory
Abstract
IPartnershipFactory implementation using
PartnershipMap as the underlying data storage object. |
class |
SelfFillingPartnershipFactory
A special in-memory partnership factory that adds a partnership if it is not
existing yet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPartnershipFactoryWithPartners
Abstract
IPartnershipFactoryWithPartners implementation based on
AbstractPartnershipFactory using PartnerMap as the underlying
data storage object for the partners. |
class |
SelfFillingXMLPartnershipFactory
A special
XMLPartnershipFactory that adds a new partnership if it is
not yet existing. |
class |
XMLPartnershipFactory
original author unknown this release added logic to store partnerships and
provide methods for partner/partnership command line processor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageProcessor
Abstract empty implementation of
IMessageProcessor. |
class |
AsyncMessageProcessor
An implementation of
AbstractMessageProcessor that uses a separate
thread for performing the main actions. |
class |
DefaultMessageProcessor
This is the default implementation of
IMessageProcessor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActiveModule
Abstract base implementation for
IProcessorActiveModule derived from
AbstractProcessorModule. |
class |
AbstractProcessorModule
Abstract implementation of
IProcessorModule based on
AbstractDynamicComponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActiveNetModule |
class |
AbstractActivePollingModule |
class |
AbstractActiveReceiverModule |
class |
AbstractDirectoryPollingModule |
class |
AS2DirectoryPollingModule |
class |
AS2MDNReceiverModule |
class |
AS2ReceiverModule |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActiveResenderModule
Base class for an active resender module.
|
class |
AbstractResenderModule
Base class for a non-active resender module.
|
class |
DirectoryResenderModule
An asynchronous, persisting, file based, polling resender module.
|
class |
ImmediateResenderModule
A synchronous, in-memory resender module that has no delay.
|
class |
InMemoryResenderModule
An asynchronous, in-memory, polling based resender module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpSenderModule
Abstract HTTP based sender module
|
class |
AbstractSenderModule |
class |
AS2SenderModule
AS2 sender module to send AS2 messages out.
|
class |
AsynchMDNSenderModule
A module to send an asynchronous MDN.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStorageModule |
class |
MDNFileModule
Store an MDN to a file
|
class |
MessageFileModule
Store message content and optionally message headers and attributes to a file
|
Copyright © 2013–2022 Philip Helger. All rights reserved.