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(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 PModeLegBusinessInformationPModeLegBusinessInformationJsonConverter.convertToNative(com.helger.json.IJsonObject aElement) PModeLegBusinessInformationMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) static PModeLegBusinessInformationPModeLegBusinessInformation.create(String sServiceValue, String sAction, Long nPayloadProfileMaxKB, String sMPCID) PModeLeg.getBusinessInfo()Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegBusinessInformationModifier and TypeMethodDescriptionstatic com.helger.json.IJsonObjectPModeLegBusinessInformationJsonConverter.convertToJson(PModeLegBusinessInformation aValue) com.helger.xml.microdom.IMicroElementPModeLegBusinessInformationMicroTypeConverter.convertToMicroElement(PModeLegBusinessInformation aValue, String sNamespaceURI, String sTagName) final com.helger.commons.state.EChangePModeLeg.setBusinessInfo(PModeLegBusinessInformation aBusinessInfo) Constructors in com.helger.phase4.model.pmode.leg with parameters of type PModeLegBusinessInformationModifierConstructorDescriptionPModeLeg(PModeLegProtocol aProtocol, PModeLegBusinessInformation aBusinessInfo, PModeLegErrorHandling aErrorHandling, PModeLegReliability aReliability, PModeLegSecurity aSecurity)