Uses of Class
com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
Packages that use PModeLegErrorHandling
-
Uses of PModeLegErrorHandling in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return PModeLegErrorHandlingModifier and TypeMethodDescriptionstatic PModeLegErrorHandlingPModeLegErrorHandlingJsonConverter.convertToNative(com.helger.json.IJsonObject aElement) PModeLegErrorHandlingMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) static PModeLegErrorHandlingPModeLegErrorHandling.createUndefined()final PModeLegErrorHandlingPModeLeg.getErrorHandling()Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegErrorHandlingModifier and TypeMethodDescriptionstatic com.helger.json.IJsonObjectPModeLegErrorHandlingJsonConverter.convertToJson(PModeLegErrorHandling aValue) com.helger.xml.microdom.IMicroElementPModeLegErrorHandlingMicroTypeConverter.convertToMicroElement(PModeLegErrorHandling aValue, String sNamespaceURI, String sTagName) final com.helger.commons.state.EChangePModeLeg.setErrorHandling(PModeLegErrorHandling aErrorHandling) Constructors in com.helger.phase4.model.pmode.leg with parameters of type PModeLegErrorHandlingModifierConstructorDescriptionPModeLeg(PModeLegProtocol aProtocol, PModeLegBusinessInformation aBusinessInfo, PModeLegErrorHandling aErrorHandling, PModeLegReliability aReliability, PModeLegSecurity aSecurity)