Interface IAS4ProfileRegistrarSPI


@IsSPIInterface public interface IAS4ProfileRegistrarSPI
AS4 profile registrar SPI interface
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register AS4 profiles at the provided registrar.
  • Method Details

    • registerAS4Profile

      void registerAS4Profile(@Nonnull IAS4ProfileRegistrar aRegistrar)
      Register AS4 profiles at the provided registrar.
      Parameters:
      aRegistrar - The registrar to register at. Never null.