Package org.mule.soap.api.message
Interface SoapMessage
- All Superinterfaces:
WithContentType
- All Known Subinterfaces:
SoapRequest,SoapResponse
- All Known Implementing Classes:
DefaultSoapRequest,DefaultSoapResponse,EmptySoapResponse
Represents a Soap Message carrying a content, attachments and a set of headers.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.mule.soap.api.message.WithContentType
getContentType
-
Method Details
-
getContent
InputStream getContent()- Returns:
- the content of the message.
-
getSoapHeaders
- Returns:
- a set of Soap Headers.
-
getTransportHeaders
- Returns:
- a set of Transport Specific Headers.
-
getAttachments
Map<String,SoapAttachment> getAttachments()- Returns:
- a set of attachments.
-