Package com.helger.phase4.incoming
Class AS4ServerInitializer
java.lang.Object
com.helger.phase4.incoming.AS4ServerInitializer
This class contains the init method for the server:
- The
MetaAS4Managerinstance is ensured to be present - The duplicate cleanup job will also be started.
- Author:
- bayerlma, Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidCall this method in your AS4 server to initialize everything that is necessary to use initialize AS4 message receiving.static voidCall this method to shutdown the AS4 server.
-
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
-