java.lang.Object
org.mule.runtime.extension.api.soap.SoapAttributes
All Implemented Interfaces:
Serializable

public final class SoapAttributes extends Object implements Serializable
Contains the headers retrieved by the protocol after the request.
Since:
1.0
See Also:
  • Constructor Details

    • SoapAttributes

      public SoapAttributes(Map<String,String> protocolHeaders)
  • Method Details

    • getProtocolHeaders

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