Methods in org.apache.cxf.jaxrs.ext.multipart that return AttachmentBuilder |
AttachmentBuilder |
AttachmentBuilder.contentDisposition(ContentDisposition newContentDisposition)
|
AttachmentBuilder |
AttachmentBuilder.dataHandler(javax.activation.DataHandler newDataHandler)
|
AttachmentBuilder |
AttachmentBuilder.header(String key,
String value)
|
AttachmentBuilder |
AttachmentBuilder.headers(javax.ws.rs.core.MultivaluedMap<String,String> allHeaders)
Set all of the headers. |
AttachmentBuilder |
AttachmentBuilder.id(String id)
|
AttachmentBuilder |
AttachmentBuilder.mediaType(String mediaType)
|
AttachmentBuilder |
AttachmentBuilder.object(Object theObject)
|