Package org.mule.soap.api.message
Interface WithContentType
- All Known Subinterfaces:
SoapMessage,SoapRequest,SoapResponse
- All Known Implementing Classes:
DefaultSoapRequest,DefaultSoapResponse,EmptySoapResponse,SoapAttachment
public interface WithContentType
Contract for Objects that carries a content-type.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getContentType
String getContentType()- Returns:
- the content type of the attachment content.
-