Class EmptySoapResponse

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

public final class EmptySoapResponse extends AbstractSoapResponse
Empty SoapResponse implementation.
Since:
1.0
  • Constructor Details

    • EmptySoapResponse

      @Deprecated public EmptySoapResponse()
      Deprecated.
      Please use EmptySoapResponse(Map) instead. Defaulting to an empty set of variables will break the execution context.
    • EmptySoapResponse

      public EmptySoapResponse(Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables)
    • EmptySoapResponse

      public EmptySoapResponse(Map<String,String> transportHeaders, Map<String,String> transportAdditionalData, Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables)
  • Method Details