public interface IAS4ProfileRegistrar
| Modifier and Type | Method and Description |
|---|---|
void |
registerProfile(IAS4Profile aAS4Profile)
Register a new AS4 profile.
|
void |
setDefaultProfile(IAS4Profile aAS4Profile)
Set the provided AS4 profile as the default
|
void registerProfile(@Nonnull IAS4Profile aAS4Profile)
aAS4Profile - The AS4 profile to be registered. May not be null.void setDefaultProfile(@Nullable IAS4Profile aAS4Profile)
aAS4Profile - The default AS4 profile to be used. May be null.Copyright © 2015–2020 Philip Helger. All rights reserved.