Uses of Class
com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
Packages that use PModeLegBusinessInformation
-
Uses of PModeLegBusinessInformation in com.helger.phase4.model
Methods in com.helger.phase4.model with parameters of type PModeLegBusinessInformationModifier and TypeMethodDescriptionstatic booleanAS4Helper.isPingMessage(@Nullable PModeLegBusinessInformation aBusinessInfo) Check if the combination of Action and Service resembles an EBMS Ping (aka test) Message as described in chapter 5.2.2.9. -
Uses of PModeLegBusinessInformation in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return PModeLegBusinessInformationModifier and TypeMethodDescriptionstatic @NonNull PModeLegBusinessInformationPModeLegBusinessInformationJsonConverter.convertToNative(@NonNull com.helger.json.IJsonObject aElement) @NonNull PModeLegBusinessInformationPModeLegBusinessInformationMicroTypeConverter.convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) static @NonNull PModeLegBusinessInformationPModeLegBusinessInformation.create(@Nullable String sServiceValue, @Nullable String sAction, @Nullable Long nPayloadProfileMaxKB, @Nullable String sMPCID) final @Nullable PModeLegBusinessInformationPModeLeg.getBusinessInfo()Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegBusinessInformationModifier and TypeMethodDescriptionstatic @NonNull com.helger.json.IJsonObjectPModeLegBusinessInformationJsonConverter.convertToJson(@NonNull PModeLegBusinessInformation aValue) @NonNull com.helger.xml.microdom.IMicroElementPModeLegBusinessInformationMicroTypeConverter.convertToMicroElement(@NonNull PModeLegBusinessInformation aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) final @NonNull com.helger.base.state.EChangePModeLeg.setBusinessInfo(@Nullable PModeLegBusinessInformation aBusinessInfo) Constructors in com.helger.phase4.model.pmode.leg with parameters of type PModeLegBusinessInformationModifierConstructorDescriptionPModeLeg(@Nullable PModeLegProtocol aProtocol, @Nullable PModeLegBusinessInformation aBusinessInfo, @Nullable PModeLegErrorHandling aErrorHandling, @Nullable PModeLegReliability aReliability, @Nullable PModeLegSecurity aSecurity)