| Package | Description |
|---|---|
| com.helger.phase4.client | |
| com.helger.phase4.model | |
| com.helger.phase4.model.pmode | |
| com.helger.phase4.model.pmode.resolve | |
| com.helger.phase4.profile |
| Modifier and Type | Method and Description |
|---|---|
IPMode |
AS4ClientUserMessage.getPMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
AS4ClientUserMessage.setPMode(IPMode aPMode,
boolean bSetValuesFromPMode)
This method should be used if you do not want to set each parameter and
have a PMode ready that you wish to use.
|
void |
AS4ClientUserMessage.setUserMessageValuesFromPMode(IPMode aPMode,
PModeLeg aEffectiveLeg) |
void |
AbstractAS4Client.setValuesFromPMode(IPMode aPMode,
PModeLeg aLeg) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AS4Helper.isPingMessage(IPMode aPMode)
EBMS core specification 4.2 details these default values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PMode
Default implementation of
IPMode |
| Modifier and Type | Method and Description |
|---|---|
IPMode |
IPModeManager.findFirst(Predicate<? super IPMode> aFilter)
Find the first PMode matching the provided filter.
|
IPMode |
PModeManagerInMemory.findFirst(Predicate<? super IPMode> aFilter) |
static IPMode |
DefaultPMode.getOrCreateDefaultPMode(String sInitiatorID,
String sResponderID,
String sAddress,
boolean bPersist) |
IPMode |
IPModeManager.getPModeOfID(String sID)
Find the PMode with the provided ID
|
IPMode |
PModeManager.getPModeOfID(String sID) |
IPMode |
PModeManagerInMemory.getPModeOfID(String sID) |
default IPMode |
IPModeManager.getPModeOfServiceAndAction(String sService,
String sAction)
Find the first PMode that has the provided service and action.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<IPMode> |
IPModeManager.getAll() |
com.helger.commons.collection.impl.ICommonsList<IPMode> |
PModeManagerInMemory.getAll() |
static com.helger.commons.functional.IPredicate<IPMode> |
IPModeManager.getPModeFilter(String sID,
String sInitiatorID,
String sResponderID)
Get a predicate that matches a PMode by ID, initiator ID and responder ID?
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
IPModeManager.updatePMode(IPMode aPMode)
Update an existing PMode.
|
com.helger.commons.state.EChange |
PModeManager.updatePMode(IPMode aPMode) |
com.helger.commons.state.EChange |
PModeManagerInMemory.updatePMode(IPMode aPMode) |
default void |
IPModeManager.validatePMode(IPMode aPMode)
Validate, that the provided PMode domain object is consistent according to
the underlying requirements.
|
| Modifier and Type | Method and Description |
|---|---|
IPMode |
IPModeManager.findFirst(Predicate<? super IPMode> aFilter)
Find the first PMode matching the provided filter.
|
IPMode |
PModeManagerInMemory.findFirst(Predicate<? super IPMode> aFilter) |
| Modifier and Type | Method and Description |
|---|---|
IPMode |
DefaultPModeResolver.getPModeOfID(String sPModeID,
String sService,
String sAction,
String sInitiatorID,
String sResponderID,
String sAddress) |
IPMode |
IPModeResolver.getPModeOfID(String sPModeID,
String sService,
String sAction,
String sInitiatorID,
String sResponderID,
String sAddress)
Get the PMode of the passed ID.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
IAS4ProfileValidator.validatePMode(IPMode aPMode,
com.helger.commons.error.list.ErrorList aErrorList)
Validation method
|
Copyright © 2015–2020 Philip Helger. All rights reserved.