| Package | Description |
|---|---|
| com.helger.phase4.profile |
| Modifier and Type | Class and Description |
|---|---|
class |
AS4Profile
Default implementation of
IAS4Profile. |
| Modifier and Type | Method and Description |
|---|---|
IAS4Profile |
AS4ProfileManager.getDefaultProfile() |
IAS4Profile |
AS4ProfileManager.getDefaultProfileOrNull() |
IAS4Profile |
AS4ProfileManager.getProfileOfID(String sID) |
IAS4Profile |
AS4ProfileManager.setDefaultProfileID(String sDefaultProfileID)
Set the default profile to be used.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<IAS4Profile> |
AS4ProfileManager.getAllProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
AS4ProfileManager.registerProfile(IAS4Profile aAS4Profile) |
void |
IAS4ProfileRegistrar.registerProfile(IAS4Profile aAS4Profile)
Register a new AS4 profile.
|
void |
AS4ProfileManager.setDefaultProfile(IAS4Profile aAS4Profile) |
void |
IAS4ProfileRegistrar.setDefaultProfile(IAS4Profile aAS4Profile)
Set the provided AS4 profile as the default
|
Copyright © 2015–2020 Philip Helger. All rights reserved.