Class SoapAttachment
java.lang.Object
org.mule.runtime.extension.api.soap.SoapAttachment
Represents and enables the construction of an attachment to be sent over SOAP.
- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionSoapAttachment(InputStream content, org.mule.runtime.api.metadata.MediaType contentType) -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.runtime.api.metadata.MediaType
-
Constructor Details
-
SoapAttachment
-
SoapAttachment
public SoapAttachment()
-
-
Method Details
-
getContent
- Returns:
- the content of the attachment.
-
getContentType
public org.mule.runtime.api.metadata.MediaType getContentType()- Returns:
- the content type of the attachment content.
-