| Package | Description |
|---|---|
| com.helger.as2lib.partner | |
| com.helger.as2lib.partner.xml | |
| com.helger.as2lib.session |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRefreshablePartnershipFactory
A partnership factory that can be refreshed.
|
| 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 | Interface and Description |
|---|---|
interface |
IPartnershipFactoryWithPartners
This partnership factory extends
IPartnershipFactory by adding
"partners". |
| 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 | Method and Description |
|---|---|
IPartnershipFactory |
AS2Session.getPartnershipFactory() |
IPartnershipFactory |
IAS2Session.getPartnershipFactory()
Short-cut method to retrieve a partner factory.
|
IPartnershipFactory |
IAS2Session.getPartnershipFactory()
Short-cut method to retrieve a partner factory.
|
IPartnershipFactory |
AS2Session.getPartnershipFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AS2Session.setPartnershipFactory(IPartnershipFactory aPartnershipFactory) |
void |
AS2Session.setPartnershipFactory(IPartnershipFactory aPartnershipFactory) |
Copyright © 2013–2022 Philip Helger. All rights reserved.