| Package | Description |
|---|---|
| com.helger.phase4.model | |
| com.helger.phase4.model.pmode |
| Modifier and Type | Field and Description |
|---|---|
static EMEP |
EMEP.DEFAULT_EBMS |
| Modifier and Type | Method and Description |
|---|---|
static EMEP |
EMEP.getFromIDOrNull(String sID) |
static EMEP |
EMEP.getFromURIOrNull(String sURI) |
static EMEP |
EMEP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMEP[] |
EMEP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MEPHelper.isValidResponseTypeLeg1(EMEP eMEP,
EMEPBinding eMEPBinding,
EAS4MessageType eMsgType) |
static boolean |
MEPHelper.isValidResponseTypeLeg2(EMEP eMEP,
EMEPBinding eMEPBinding,
EAS4MessageType eMsgType) |
| Modifier and Type | Method and Description |
|---|---|
EMEP |
IPMode.getMEP() |
EMEP |
PMode.getMEP() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
PMode.setMEP(EMEP eMEP) |
| Constructor and Description |
|---|
PMode(IPModeIDProvider aIDFactory,
PModeParty aInitiator,
PModeParty aResponder,
String sAgreement,
EMEP eMEP,
EMEPBinding eMEPBinding,
PModeLeg aLeg1,
PModeLeg aLeg2,
PModePayloadService aPayloadService,
PModeReceptionAwareness aReceptionAwareness) |
Copyright © 2015–2020 Philip Helger. All rights reserved.