Package | Description |
---|---|
org.apache.cxf.jaxrs.client | |
org.apache.cxf.jaxrs.ext.multipart | |
org.apache.cxf.jaxrs.utils.multipart | |
org.apache.cxf.rs.security.jose.jaxrs.multipart |
Modifier and Type | Method and Description |
---|---|
protected List<Attachment> |
ClientProxyImpl.handleMultipart(javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map,
OperationResourceInfo ori,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentBuilder.build() |
Attachment |
MultipartBody.getAttachment(String contentId) |
Attachment |
MultipartBody.getRootAttachment() |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
MultipartBody.getAllAttachments() |
List<Attachment> |
MultipartBody.getChildAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
MultipartInputFilter.filter(List<Attachment> atts) |
void |
MultipartOutputFilter.filter(List<Attachment> parts) |
Constructor and Description |
---|
MultipartBody(Attachment att) |
Constructor and Description |
---|
MultipartBody(List<Attachment> atts) |
MultipartBody(List<Attachment> atts,
boolean outbound) |
MultipartBody(List<Attachment> atts,
javax.ws.rs.core.MediaType mt,
boolean outbound) |
Modifier and Type | Method and Description |
---|---|
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
Multipart id) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
String id) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
String id,
String mediaType) |
static Attachment |
AttachmentUtils.getMultipart(Multipart id,
javax.ws.rs.core.MediaType mt,
List<Attachment> infos) |
Modifier and Type | Method and Description |
---|---|
static List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc) |
static List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc,
String attachmentDir,
String attachmentThreshold,
String attachmentMaxSize) |
static Map<String,Attachment> |
AttachmentUtils.getAttachmentsMap(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getAttachmentsMap(MessageContext mc,
boolean preferContentDisposition) |
static List<Attachment> |
AttachmentUtils.getChildAttachments(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getChildAttachmentsMap(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getChildAttachmentsMap(MessageContext mc,
boolean preferContentDisposition) |
static List<Attachment> |
AttachmentUtils.getMatchingAttachments(Multipart id,
List<Attachment> infos) |
static List<Attachment> |
AttachmentUtils.getMatchingAttachments(String id,
List<Attachment> infos) |
static List<Attachment> |
AttachmentUtils.getMatchingAttachments(String id,
String mediaType,
List<Attachment> infos) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AttachmentUtils.matchAttachmentId(Attachment at,
Multipart mid) |
static boolean |
AttachmentUtils.matchAttachmentId(Attachment at,
String value) |
Modifier and Type | Method and Description |
---|---|
static List<Attachment> |
AttachmentUtils.getMatchingAttachments(Multipart id,
List<Attachment> infos) |
static List<Attachment> |
AttachmentUtils.getMatchingAttachments(String id,
List<Attachment> infos) |
static List<Attachment> |
AttachmentUtils.getMatchingAttachments(String id,
String mediaType,
List<Attachment> infos) |
static Attachment |
AttachmentUtils.getMultipart(Multipart id,
javax.ws.rs.core.MediaType mt,
List<Attachment> infos) |
Modifier and Type | Method and Description |
---|---|
void |
JwsMultipartSignatureInFilter.filter(List<Attachment> atts) |
void |
JwsMultipartSignatureOutFilter.filter(List<Attachment> parts) |
Apache CXF