Class AS4ServerInitializer

java.lang.Object
com.helger.phase4.incoming.AS4ServerInitializer

@ThreadSafe public final class AS4ServerInitializer extends Object
This class contains the init method for the server:
  • The MetaAS4Manager instance is ensured to be present
  • The duplicate cleanup job will also be started.
Author:
bayerlma, Philip Helger
  • Method Details

    • initAS4Server

      public static void initAS4Server()
      Call this method in your AS4 server to initialize everything that is necessary to use initialize AS4 message receiving.
    • shutdownAS4Server

      public static void shutdownAS4Server()
      Call this method to shutdown the AS4 server. This unschedules the jobs.
      Since:
      0.10.3