Package org.mule.soap.api.message
Class SoapAttachment
java.lang.Object
org.mule.soap.api.message.SoapAttachment
- All Implemented Interfaces:
WithContentType
Represents an attachment that was sent or received using the SOAP protocol, MTOM or SWA.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SoapAttachment
-
SoapAttachment
public SoapAttachment()
-
-
Method Details
-
getContent
-
getContentType
- Specified by:
getContentTypein interfaceWithContentType- Returns:
- the content type of the attachment content.
-