Uses of Interface
org.mule.soap.api.message.AddressingProperties
Packages that use AddressingProperties
Package
Description
-
Uses of AddressingProperties in org.mule.soap.api.message
Methods in org.mule.soap.api.message that return types with arguments of type AddressingPropertiesModifier and TypeMethodDescriptiondefault Optional<AddressingProperties>SoapRequest.getAddressingProperties()Methods in org.mule.soap.api.message with parameters of type AddressingPropertiesModifier and TypeMethodDescriptionSoapRequestBuilder.addressingProperties(AddressingProperties addressingProperties) SetsAddressingPropertiescorresponding to the request -
Uses of AddressingProperties in org.mule.soap.internal.message
Methods in org.mule.soap.internal.message that return types with arguments of type AddressingPropertiesConstructors in org.mule.soap.internal.message with parameters of type AddressingPropertiesModifierConstructorDescriptionDefaultSoapRequest(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 AddressingProperties in org.mule.soap.internal.rm
Methods in org.mule.soap.internal.rm with parameters of type AddressingPropertiesModifier and TypeMethodDescriptionstatic voidRMUtils.enableAddressing(Map<String, Object> props, AddressingProperties addressingProperties)