Interface IAS4ProfileRegistrar

All Known Subinterfaces:
IAS4ProfileManager
All Known Implementing Classes:
AS4ProfileManager

public interface IAS4ProfileRegistrar
Base interface for AS4 profile registrar
Author:
Philip Helger
  • Method Details

    • registerProfile

      void registerProfile(@Nonnull IAS4Profile aAS4Profile)
      Register a new AS4 profile.
      Parameters:
      aAS4Profile - The AS4 profile to be registered. May not be null.
    • setDefaultProfile

      void setDefaultProfile(@Nullable IAS4Profile aAS4Profile)
      Set the provided AS4 profile as the default
      Parameters:
      aAS4Profile - The default AS4 profile to be used. May be null.