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