Interface SoapMessage

All Superinterfaces:
WithContentType
All Known Subinterfaces:
SoapRequest, SoapResponse
All Known Implementing Classes:
DefaultSoapRequest, DefaultSoapResponse, EmptySoapResponse

public interface SoapMessage extends WithContentType
Represents a Soap Message carrying a content, attachments and a set of headers.
Since:
1.0
  • Method Details

    • getContent

      InputStream getContent()
      Returns:
      the content of the message.
    • getSoapHeaders

      Map<String,String> getSoapHeaders()
      Returns:
      a set of Soap Headers.
    • getTransportHeaders

      Map<String,String> getTransportHeaders()
      Returns:
      a set of Transport Specific Headers.
    • getAttachments

      Map<String,SoapAttachment> getAttachments()
      Returns:
      a set of attachments.