Interface SoapResponse

All Superinterfaces:
org.mule.soap.api.message.SoapMessage, org.mule.soap.api.message.WithContentType
All Known Implementing Classes:
AbstractSoapResponse, EmptySoapResponse, ImmutableSoapResponse

public interface SoapResponse extends org.mule.soap.api.message.SoapMessage
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<String,String>
     
    Map<String,org.mule.runtime.api.metadata.TypedValue<?>>
     

    Methods inherited from interface org.mule.soap.api.message.SoapMessage

    getAttachments, getContent, getSoapHeaders, getTransportHeaders

    Methods inherited from interface org.mule.soap.api.message.WithContentType

    getContentType
  • Method Details

    • getTransportAdditionalData

      default Map<String,String> getTransportAdditionalData()
    • getVariables

      Map<String,org.mule.runtime.api.metadata.TypedValue<?>> getVariables()