Package org.apache.axiom.mime
Class MultipartBody.Builder
java.lang.Object
org.apache.axiom.mime.MultipartBody.Builder
- Enclosing class:
- MultipartBody
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setAttachmentBlobFactory
(WritableBlobFactory<?> attachmentBlobFactory) setContentType
(String contentType) setContentType
(ContentType contentType) setInputStream
(InputStream inputStream) setPartBlobFactory
(PartBlobFactory partBlobFactory) setPartCreationListener
(MultipartBody.PartCreationListener partCreationListener)
-
Method Details
-
setInputStream
-
setContentType
-
setContentType
-
setAttachmentBlobFactory
-
setPartBlobFactory
-
setPartCreationListener
public MultipartBody.Builder setPartCreationListener(MultipartBody.PartCreationListener partCreationListener) -
build
-