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 @NonNull PModePartyPModePartyJsonConverter.convertToNative(@NonNull com.helger.json.IJsonObject aElement) @NonNull PModePartyPModePartyMicroTypeConverter.convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) static @NonNull PModePartyPModeParty.createSimple(@NonNull @Nonempty String sIDValue, @NonNull @Nonempty String sRole) @Nullable PModePartyIPMode.getInitiator()final @Nullable PModePartyPMode.getInitiator()@Nullable PModePartyIPMode.getResponder()final @Nullable PModePartyPMode.getResponder()Methods in com.helger.phase4.model.pmode with parameters of type PModePartyModifier and TypeMethodDescriptionstatic @NonNull com.helger.json.IJsonObjectPModePartyJsonConverter.convertToJson(@NonNull PModeParty aValue) @NonNull com.helger.xml.microdom.IMicroElementPModePartyMicroTypeConverter.convertToMicroElement(@NonNull PModeParty aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) IPModeManager.getPModeFilter(@NonNull String sID, @Nullable PModeParty aInitiator, @Nullable PModeParty aResponder) Get a predicate that matches a PMode by ID or initiator and responder together.@NonNull StringIPModeIDProvider.getPModeID(@NonNull PModeParty aInitiator, @NonNull PModeParty aResponder) Create a PMode ID from initiator and responder.final @NonNull com.helger.base.state.EChangePMode.setInitiator(@Nullable PModeParty aInitiator) final @NonNull com.helger.base.state.EChangePMode.setResponder(@Nullable PModeParty aResponder) Constructors in com.helger.phase4.model.pmode with parameters of type PModePartyModifierConstructorDescriptionPMode(@NonNull @Nonempty String sPModeID, @NonNull PModeParty aInitiator, @NonNull PModeParty aResponder, @NonNull String sAgreement, @NonNull EMEP eMEP, @NonNull EMEPBinding eMEPBinding, @NonNull PModeLeg aLeg1, @Nullable PModeLeg aLeg2, @Nullable PModePayloadService aPayloadService, @Nullable PModeReceptionAwareness aReceptionAwareness)