| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.utils.multipart |
| Modifier and Type | Method and Description |
|---|---|
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