Package com.helger.phase4.profile
Interface IAS4ProfileManager
- All Superinterfaces:
IAS4ProfileRegistrar
- All Known Implementing Classes:
AS4ProfileManager
Base interface for an AS4 profile manager.
- Since:
- 0.10.4
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<IAS4Profile> getProfileOfID(String sID) Find an existing profile with a certain ID.Methods inherited from interface com.helger.phase4.profile.IAS4ProfileRegistrar
registerProfile
-
Method Details
-
getAllProfiles
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<IAS4Profile> getAllProfiles()- Returns:
- A non-
nullbut maybe empty list of all contained profiles.
-
getProfileOfID
Find an existing profile with a certain ID.- Parameters:
sID- The ID to search. May benull.- Returns:
nullif no such profile exists
-