Package com.helger.phase4.servlet.mgr
Class AS4ServletMessageProcessorManager
java.lang.Object
com.helger.phase4.servlet.mgr.AS4ServletMessageProcessorManager
This class manages all the
IAS4ServletMessageProcessorSPI SPI
implementations.- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<IAS4ServletMessageProcessorSPI>static voidReload all SPI implementations ofIAS4ServletMessageProcessorSPI.
-
Method Details
-
reinitProcessors
public static void reinitProcessors()Reload all SPI implementations ofIAS4ServletMessageProcessorSPI. -
getAllProcessors
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsList<IAS4ServletMessageProcessorSPI> getAllProcessors()- Returns:
- A list of all registered receiver handlers. Never
nullbut maybe empty.
-