Package com.helger.phase4.servlet.mgr
Class AS4ProfileSelector
java.lang.Object
com.helger.phase4.servlet.mgr.AS4ProfileSelector
Static helper class to make the AS4 profile selection more deterministic and
flexible.
- Since:
- 0.9.13
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet the AS4 profile ID to be used in the following order: FromgetCustomAS4ProfileID()from the configuration properties from the currentIAS4ProfileManager(since v2.3.0)static Stringstatic voidsetCustomAS4ProfileID(String sAS4ProfileID)
-
Method Details
-
getCustomAS4ProfileID
-
setCustomAS4ProfileID
-
getAS4ProfileID
Get the AS4 profile ID to be used in the following order:- From
getCustomAS4ProfileID() - from the configuration properties
- from the current
IAS4ProfileManager(since v2.3.0)
- Returns:
- The AS4 profile ID to be used. May be
null.
- From
-