Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.ext.multipart.MultipartBody

Packages that use MultipartBody
org.apache.cxf.jaxrs.utils   
org.apache.cxf.jaxrs.utils.multipart   
 

Uses of MultipartBody in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type MultipartBody
static void FormUtils.populateMapFromMultipart(javax.ws.rs.core.MultivaluedMap<String,String> params, MultipartBody body, boolean decode)
           
 

Uses of MultipartBody in org.apache.cxf.jaxrs.utils.multipart
 

Methods in org.apache.cxf.jaxrs.utils.multipart that return MultipartBody
static MultipartBody AttachmentUtils.getMultipartBody(MessageContext mc)
           
static MultipartBody AttachmentUtils.getMultipartBody(MessageContext mc, String attachmentDir, String attachmentThreshold, String attachmentMaxSize)
           
 


Apache CXF API

Apache CXF