| Package | Description |
|---|---|
| com.helger.phase4.model | |
| com.helger.phase4.model.pmode |
| Modifier and Type | Field and Description |
|---|---|
static EMEPBinding |
EMEPBinding.DEFAULT_EBMS |
| Modifier and Type | Method and Description |
|---|---|
static EMEPBinding |
EMEPBinding.getFromIDOrNull(String sID) |
static EMEPBinding |
EMEPBinding.getFromURIOrNull(String sURI) |
static EMEPBinding |
EMEPBinding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMEPBinding[] |
EMEPBinding.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 |
|---|---|
EMEPBinding |
IPMode.getMEPBinding() |
EMEPBinding |
PMode.getMEPBinding() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
PMode.setMEPBinding(EMEPBinding eMEPBinding) |
| 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.