Package com.helger.phase4.profile
Interface IAS4ProfileRegistrar
- All Known Subinterfaces:
IAS4ProfileManager
- All Known Implementing Classes:
AS4ProfileManager
public interface IAS4ProfileRegistrar
Base interface for AS4 profile registrar
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterProfile(IAS4Profile aAS4Profile) Register a new AS4 profile.
-
Method Details
-
registerProfile
Register a new AS4 profile.- Parameters:
aAS4Profile- The AS4 profile to be registered. May not benull.
-