Uses of Class
com.helger.phase4.model.pmode.leg.PModeLegProtocol
Packages that use PModeLegProtocol
-
Uses of PModeLegProtocol in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return PModeLegProtocolModifier and TypeMethodDescriptionstatic @NonNull PModeLegProtocolPModeLegProtocolJsonConverter.convertToNative(@NonNull com.helger.json.IJsonObject aElement) @NonNull PModeLegProtocolPModeLegProtocolMicroTypeConverter.convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) static @NonNull PModeLegProtocolPModeLegProtocol.createForDefaultSoapVersion(@Nullable String sAddress) final @Nullable PModeLegProtocolPModeLeg.getProtocol()Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegProtocolModifier and TypeMethodDescriptionstatic @NonNull com.helger.json.IJsonObjectPModeLegProtocolJsonConverter.convertToJson(@NonNull PModeLegProtocol aValue) @NonNull com.helger.xml.microdom.IMicroElementPModeLegProtocolMicroTypeConverter.convertToMicroElement(@NonNull PModeLegProtocol aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) final @NonNull com.helger.base.state.EChangePModeLeg.setProtocol(@Nullable PModeLegProtocol aProtocol) Constructors in com.helger.phase4.model.pmode.leg with parameters of type PModeLegProtocolModifierConstructorDescriptionPModeLeg(@Nullable PModeLegProtocol aProtocol, @Nullable PModeLegBusinessInformation aBusinessInfo, @Nullable PModeLegErrorHandling aErrorHandling, @Nullable PModeLegReliability aReliability, @Nullable PModeLegSecurity aSecurity)