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 Type
    Method
    Description
    void
    Register a new AS4 profile.
  • 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.