public class SelfFillingPartnershipFactory extends AbstractPartnershipFactory
m_aRWLock| Constructor and Description |
|---|
SelfFillingPartnershipFactory() |
| Modifier and Type | Method and Description |
|---|---|
Partnership |
getPartnership(Partnership aPartnership)
Get the partnership identified by the provided stub partnership.
|
protected void |
onBeforeAddPartnership(Partnership aPartnership)
Callback method that is invoked every time a new partnership is
automatically added.
|
addPartnership, getAllPartnershipNames, getAllPartnerships, getPartnershipByName, getPartnershipMap, markAsChanged, removePartnership, setPartnerships, toString, updatePartnership, updatePartnershipattrs, equals, getAttributeAsIntRequired, getAttributeAsStringRequired, getName, getSession, hashCode, initDynamicComponentclone, finalize, getClass, notify, notifyAll, wait, wait, waitattrs, getName, getSession, initDynamicComponent@OverrideOnDemand @OverridingMethodsMustInvokeSuper protected void onBeforeAddPartnership(@Nonnull Partnership aPartnership) throws OpenAS2Exception
aPartnership - The partnership that will be added. Never null.OpenAS2Exception - In case of an error.@Nonnull public final Partnership getPartnership(@Nonnull Partnership aPartnership) throws OpenAS2Exception
IPartnershipFactorygetPartnership in interface IPartnershipFactorygetPartnership in class AbstractPartnershipFactoryaPartnership - Stub partnership which must contain either a name or a set of sender
and receiver IDs.null.OpenAS2Exception - If no partnership matching the provided stub partnership can be
found.Copyright © 2013–2019 Philip Helger. All rights reserved.