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 @NonNull PModeLegErrorHandlingPModeLegErrorHandlingJsonConverter.convertToNative(@NonNull com.helger.json.IJsonObject aElement) @NonNull PModeLegErrorHandlingPModeLegErrorHandlingMicroTypeConverter.convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) static @NonNull PModeLegErrorHandlingPModeLegErrorHandling.createUndefined()final @Nullable PModeLegErrorHandlingPModeLeg.getErrorHandling()Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegErrorHandlingModifier and TypeMethodDescriptionstatic @NonNull com.helger.json.IJsonObjectPModeLegErrorHandlingJsonConverter.convertToJson(@NonNull PModeLegErrorHandling aValue) @NonNull com.helger.xml.microdom.IMicroElementPModeLegErrorHandlingMicroTypeConverter.convertToMicroElement(@NonNull PModeLegErrorHandling aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) final @NonNull com.helger.base.state.EChangePModeLeg.setErrorHandling(@Nullable PModeLegErrorHandling aErrorHandling) Constructors in com.helger.phase4.model.pmode.leg with parameters of type PModeLegErrorHandlingModifierConstructorDescriptionPModeLeg(@Nullable PModeLegProtocol aProtocol, @Nullable PModeLegBusinessInformation aBusinessInfo, @Nullable PModeLegErrorHandling aErrorHandling, @Nullable PModeLegReliability aReliability, @Nullable PModeLegSecurity aSecurity)