Uses of Class
com.helger.phase4.model.pmode.PModePayloadService
Packages that use PModePayloadService
-
Uses of PModePayloadService in com.helger.phase4.model.pmode
Methods in com.helger.phase4.model.pmode that return PModePayloadServiceModifier and TypeMethodDescriptionstatic @NonNull PModePayloadServicePModePayloadServiceJsonConverter.convertToNative(@NonNull com.helger.json.IJsonObject aElement) @NonNull PModePayloadServicePModePayloadServiceMicroTypeConverter.convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) @Nullable PModePayloadServiceIPMode.getPayloadService()final @Nullable PModePayloadServicePMode.getPayloadService()Methods in com.helger.phase4.model.pmode with parameters of type PModePayloadServiceModifier and TypeMethodDescriptionstatic @NonNull com.helger.json.IJsonObjectPModePayloadServiceJsonConverter.convertToJson(@NonNull PModePayloadService aValue) @NonNull com.helger.xml.microdom.IMicroElementPModePayloadServiceMicroTypeConverter.convertToMicroElement(@NonNull PModePayloadService aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) final @NonNull com.helger.base.state.EChangePMode.setPayloadService(@Nullable PModePayloadService aPayloadService) Constructors in com.helger.phase4.model.pmode with parameters of type PModePayloadServiceModifierConstructorDescriptionPMode(@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)