Interface SoapResponse

All Superinterfaces:
SoapMessage, WithContentType
All Known Implementing Classes:
DefaultSoapResponse, EmptySoapResponse

public interface SoapResponse extends SoapMessage
Represents a response retrieved by a Soap Web Service. Carries additional information about the transport protocol used.
Since:
1.0
  • Method Details

    • getTransportAdditionalData

      default Map<String,String> getTransportAdditionalData()
      Returns:
      a map of Additional Data that is transport specific.
      Since:
      1.0.1