Package | Description |
---|---|
org.apache.cxf.jaxrs.ext.multipart |
Modifier and Type | Method and Description |
---|---|
AttachmentBuilder |
AttachmentBuilder.contentDisposition(ContentDisposition newContentDisposition) |
AttachmentBuilder |
AttachmentBuilder.dataHandler(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) |
Apache CXF