Apache CXF API

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

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

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

Methods in org.apache.cxf.jaxrs.utils.multipart with parameters of type Multipart
static Attachment AttachmentUtils.getFirstMatchingPart(MessageContext mc, Multipart id)
           
static List<Attachment> AttachmentUtils.getMatchingAttachments(Multipart id, List<Attachment> infos)
           
static Attachment AttachmentUtils.getMultipart(Multipart id, javax.ws.rs.core.MediaType mt, List<Attachment> infos)
           
static boolean AttachmentUtils.matchAttachmentId(Attachment at, Multipart mid)
           
 


Apache CXF API

Apache CXF