Uses of Class
com.helger.phase4.model.pmode.leg.PModeLeg
Packages that use PModeLeg
Package
Description
-
Uses of PModeLeg in com.helger.phase4.client
Methods in com.helger.phase4.client with parameters of type PModeLegModifier and TypeMethodDescriptionfinal voidAS4ClientUserMessage.setUserMessageValuesFromPMode(@NonNull IPMode aPMode, @NonNull PModeLeg aEffectiveLeg) final voidAbstractAS4Client.setValuesFromPMode(@Nullable IPMode aPMode, @Nullable PModeLeg aLeg) -
Uses of PModeLeg in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming that return PModeLegModifier and TypeMethodDescription@Nullable PModeLegAS4IncomingMessageState.getEffectivePModeLeg()@Nullable PModeLegIAS4IncomingMessageState.getEffectivePModeLeg()Methods in com.helger.phase4.incoming with parameters of type PModeLegModifier and TypeMethodDescriptionvoidAS4IncomingMessageState.setEffectivePModeLeg(int nLegNumber, @Nullable PModeLeg aEffectiveLeg) -
Uses of PModeLeg in com.helger.phase4.model.pmode
Methods in com.helger.phase4.model.pmode that return PModeLegModifier and TypeMethodDescription@Nullable PModeLegIPMode.getLeg1()final @Nullable PModeLegPMode.getLeg1()@Nullable PModeLegIPMode.getLeg2()final @Nullable PModeLegPMode.getLeg2()Methods in com.helger.phase4.model.pmode with parameters of type PModeLegModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangefinal @NonNull com.helger.base.state.EChangeConstructors in com.helger.phase4.model.pmode with parameters of type PModeLegModifierConstructorDescriptionPMode(@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) -
Uses of PModeLeg in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return PModeLegModifier and TypeMethodDescriptionstatic @NonNull PModeLegPModeLegJsonConverter.convertToNative(@NonNull com.helger.json.IJsonObject aElement) @NonNull PModeLegPModeLegMicroTypeConverter.convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegModifier and TypeMethodDescriptionstatic @NonNull com.helger.json.IJsonObjectPModeLegJsonConverter.convertToJson(@NonNull PModeLeg aValue) @NonNull com.helger.xml.microdom.IMicroElementPModeLegMicroTypeConverter.convertToMicroElement(@NonNull PModeLeg aValue, @Nullable String sNamespaceURI, @NonNull String sTagName)