Uses of Class
com.helger.phase4.model.pmode.PModeParty
Packages that use PModeParty
-
Uses of PModeParty in com.helger.phase4.model.pmode
Methods in com.helger.phase4.model.pmode that return PModePartyModifier and TypeMethodDescriptionstatic PModePartyPModePartyJsonConverter.convertToNative(com.helger.json.IJsonObject aElement) PModePartyMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) static PModePartyPModeParty.createSimple(String sIDValue, String sRole) IPMode.getInitiator()final PModePartyPMode.getInitiator()IPMode.getResponder()final PModePartyPMode.getResponder()Methods in com.helger.phase4.model.pmode with parameters of type PModePartyModifier and TypeMethodDescriptionstatic com.helger.json.IJsonObjectPModePartyJsonConverter.convertToJson(PModeParty aValue) com.helger.xml.microdom.IMicroElementPModePartyMicroTypeConverter.convertToMicroElement(PModeParty aValue, String sNamespaceURI, String sTagName) IPModeManager.getPModeFilter(String sID, PModeParty aInitiator, PModeParty aResponder) Get a predicate that matches a PMode by ID, initiator and responder.IPModeIDProvider.getPModeID(PModeParty aInitiator, PModeParty aResponder) Create a PMode ID from initiator and responder.final com.helger.commons.state.EChangePMode.setInitiator(PModeParty aInitiator) final com.helger.commons.state.EChangePMode.setResponder(PModeParty aResponder) Constructors in com.helger.phase4.model.pmode with parameters of type PModePartyModifierConstructorDescriptionPMode(String sPModeID, PModeParty aInitiator, PModeParty aResponder, String sAgreement, EMEP eMEP, EMEPBinding eMEPBinding, PModeLeg aLeg1, PModeLeg aLeg2, PModePayloadService aPayloadService, PModeReceptionAwareness aReceptionAwareness)