Package | Description |
---|---|
org.apache.cxf.jaxrs.utils | |
org.apache.cxf.jaxrs.utils.multipart |
Modifier and Type | Method and Description |
---|---|
static void |
FormUtils.populateMapFromMultipart(javax.ws.rs.core.MultivaluedMap<String,String> params,
MultipartBody body,
Message m,
boolean decode) |
Modifier and Type | Method and Description |
---|---|
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc) |
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc,
String attachmentDir,
String attachmentThreshold,
String attachmentMaxSize) |
Apache CXF