Uses of Class
org.apache.cxf.jaxrs.ext.multipart.Attachment
Packages that use Attachment
-
Uses of Attachment in org.apache.cxf.jaxrs.ext.multipart
Methods in org.apache.cxf.jaxrs.ext.multipart that return AttachmentModifier and TypeMethodDescriptionAttachmentBuilder.build()MultipartBody.getAttachment(String contentId) MultipartBody.getRootAttachment()Methods in org.apache.cxf.jaxrs.ext.multipart that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMultipartBody.getAllAttachments()MultipartBody.getChildAttachments()Method parameters in org.apache.cxf.jaxrs.ext.multipart with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidMultipartInputFilter.filter(List<Attachment> atts) voidMultipartOutputFilter.filter(List<Attachment> parts) Constructors in org.apache.cxf.jaxrs.ext.multipart with parameters of type AttachmentConstructor parameters in org.apache.cxf.jaxrs.ext.multipart with type arguments of type AttachmentModifierConstructorDescriptionMultipartBody(List<Attachment> atts) MultipartBody(List<Attachment> atts, boolean outbound) MultipartBody(List<Attachment> atts, jakarta.ws.rs.core.MediaType mt, boolean outbound) -
Uses of Attachment in org.apache.cxf.jaxrs.utils.multipart
Methods in org.apache.cxf.jaxrs.utils.multipart that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentAttachmentUtils.getFirstMatchingPart(MessageContext mc, String id) static AttachmentAttachmentUtils.getFirstMatchingPart(MessageContext mc, String id, String mediaType) static AttachmentAttachmentUtils.getFirstMatchingPart(MessageContext mc, Multipart id) static AttachmentAttachmentUtils.getMultipart(Multipart id, jakarta.ws.rs.core.MediaType mt, List<Attachment> infos) Methods in org.apache.cxf.jaxrs.utils.multipart that return types with arguments of type AttachmentModifier and TypeMethodDescriptionstatic 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(String id, String mediaType, List<Attachment> infos) static List<Attachment>AttachmentUtils.getMatchingAttachments(String id, List<Attachment> infos) static List<Attachment>AttachmentUtils.getMatchingAttachments(Multipart id, List<Attachment> infos) Methods in org.apache.cxf.jaxrs.utils.multipart with parameters of type AttachmentModifier and TypeMethodDescriptionstatic booleanAttachmentUtils.matchAttachmentId(Attachment at, String value) static booleanAttachmentUtils.matchAttachmentId(Attachment at, Multipart mid) Method parameters in org.apache.cxf.jaxrs.utils.multipart with type arguments of type AttachmentModifier and TypeMethodDescriptionstatic List<Attachment>AttachmentUtils.getMatchingAttachments(String id, String mediaType, List<Attachment> infos) static List<Attachment>AttachmentUtils.getMatchingAttachments(String id, List<Attachment> infos) static List<Attachment>AttachmentUtils.getMatchingAttachments(Multipart id, List<Attachment> infos) static AttachmentAttachmentUtils.getMultipart(Multipart id, jakarta.ws.rs.core.MediaType mt, List<Attachment> infos)