Uses of Class
org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
-
Packages that use AttachmentBuilder Package Description org.apache.cxf.jaxrs.ext.multipart -
-
Uses of AttachmentBuilder in org.apache.cxf.jaxrs.ext.multipart
Methods in org.apache.cxf.jaxrs.ext.multipart that return AttachmentBuilder Modifier and Type Method Description AttachmentBuilderAttachmentBuilder. contentDisposition(ContentDisposition newContentDisposition)AttachmentBuilderAttachmentBuilder. dataHandler(javax.activation.DataHandler newDataHandler)AttachmentBuilderAttachmentBuilder. header(String key, String value)AttachmentBuilderAttachmentBuilder. headers(javax.ws.rs.core.MultivaluedMap<String,String> allHeaders)Set all of the headers.AttachmentBuilderAttachmentBuilder. id(String id)AttachmentBuilderAttachmentBuilder. mediaType(String mediaType)AttachmentBuilderAttachmentBuilder. object(Object theObject)
-