Uses of Interface
org.mule.soap.api.message.ReliableMessagingProperties
Packages that use ReliableMessagingProperties
Package
Description
-
Uses of ReliableMessagingProperties in org.mule.soap.api.message
Methods in org.mule.soap.api.message that return types with arguments of type ReliableMessagingPropertiesModifier and TypeMethodDescriptiondefault Optional<ReliableMessagingProperties>SoapRequest.getReliableMessagingProperties()Methods in org.mule.soap.api.message with parameters of type ReliableMessagingPropertiesModifier and TypeMethodDescriptionSoapRequestBuilder.reliableMessagingProperties(ReliableMessagingProperties reliableMessagingProperties) SetsReliableMessagingPropertiescorresponding to the request -
Uses of ReliableMessagingProperties in org.mule.soap.internal.message
Methods in org.mule.soap.internal.message that return types with arguments of type ReliableMessagingPropertiesConstructors in org.mule.soap.internal.message with parameters of type ReliableMessagingPropertiesModifierConstructorDescriptionDefaultSoapRequest(InputStream content, Map<String, String> soapHeaders, Map<String, String> transportHeaders, Map<String, SoapAttachment> attachments, String contentType, String operation, boolean useXMLInitialDeclaration, AddressingProperties addressingProperties, ReliableMessagingProperties reliableMessagingProperties) -
Uses of ReliableMessagingProperties in org.mule.soap.internal.rm
Methods in org.mule.soap.internal.rm with parameters of type ReliableMessagingPropertiesModifier and TypeMethodDescriptionstatic voidRMUtils.enableReliableMessaging(Map<String, Object> props, ReliableMessagingProperties rmProperties, org.apache.cxf.ws.rm.SourceSequence sourceSequence)