Class SoapAttributes

java.lang.Object
org.mule.soapkit.soap.message.SoapAttributes

public class SoapAttributes extends Object
The attributes returned by the consume operation, it carries the protocol specific headers (i.e. HTTP headers) and additional transport data (for example HTTP status line) bounded to the response.
Since:
1.1.2
  • Constructor Details

  • Method Details

    • getProtocolHeaders

      public Map<String,String> getProtocolHeaders()
      Returns:
      a set of protocol headers bounded to the service response. i.e. HTTP Headers.
    • getAdditionalTransportData

      public Map<String,String> getAdditionalTransportData()
      Returns:
      a set of additional transport data bounded to the service response (for example HTTP status line).
    • toString

      public String toString()
      Overrides:
      toString in class Object