Class ImmutableSoapResponse

java.lang.Object
org.mule.soapkit.soap.message.AbstractSoapResponse
org.mule.soapkit.soap.message.ImmutableSoapResponse
All Implemented Interfaces:
org.mule.soap.api.message.SoapMessage, org.mule.soap.api.message.WithContentType, SoapResponse

public final class ImmutableSoapResponse extends AbstractSoapResponse
Immutable SoapResponse implementation.
Since:
1.0
  • Constructor Details

    • ImmutableSoapResponse

      public ImmutableSoapResponse(InputStream content, Map<String,String> soapHeaders, Map<String,String> transportHeaders, Map<String,String> transportAdditionalData, Map<String,org.mule.soap.api.message.SoapAttachment> attachments, org.mule.runtime.api.metadata.MediaType contentType, Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables)
    • ImmutableSoapResponse

      public ImmutableSoapResponse(org.mule.runtime.api.event.Event event, Map<String,String> transportHeaders, Map<String,String> transportAdditionalData, org.mule.runtime.api.metadata.MediaType contentType)
  • Method Details