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

Packages that use Attachment
org.apache.cxf.jaxrs.ext.multipart   
org.apache.cxf.jaxrs.utils.multipart   
 

Uses of Attachment in org.apache.cxf.jaxrs.ext.multipart
 

Methods in org.apache.cxf.jaxrs.ext.multipart that return Attachment
 Attachment MultipartBody.getAttachment(java.lang.String contentId)
           
 Attachment MultipartBody.getRootAttachment()
           
 

Methods in org.apache.cxf.jaxrs.ext.multipart that return types with arguments of type Attachment
 java.util.List<Attachment> MultipartBody.getAllAttachments()
           
 java.util.List<Attachment> MultipartBody.getChildAttachments()
           
 

Constructor parameters in org.apache.cxf.jaxrs.ext.multipart with type arguments of type Attachment
MultipartBody(java.util.List<Attachment> atts)
           
MultipartBody(java.util.List<Attachment> atts, boolean outbound)
           
MultipartBody(java.util.List<Attachment> atts, javax.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 Attachment
static Attachment AttachmentUtils.getMultipart(java.lang.Class<java.lang.Object> c, java.lang.annotation.Annotation[] anns, javax.ws.rs.core.MediaType mt, java.util.List<Attachment> infos)
           
 

Methods in org.apache.cxf.jaxrs.utils.multipart that return types with arguments of type Attachment
static java.util.List<Attachment> AttachmentUtils.getAttachments(MessageContext mc)
           
static java.util.List<Attachment> AttachmentUtils.getAttachments(MessageContext mc, java.lang.String attachmentDir, java.lang.String attachmentThreshold)
           
static java.util.Map<java.lang.String,Attachment> AttachmentUtils.getAttachmentsMap(MessageContext mc)
           
static java.util.List<Attachment> AttachmentUtils.getChildAttachments(MessageContext mc)
           
static java.util.Map<java.lang.String,Attachment> AttachmentUtils.getChildAttachmentsMap(MessageContext mc)
           
 

Method parameters in org.apache.cxf.jaxrs.utils.multipart with type arguments of type Attachment
static Attachment AttachmentUtils.getMultipart(java.lang.Class<java.lang.Object> c, java.lang.annotation.Annotation[] anns, javax.ws.rs.core.MediaType mt, java.util.List<Attachment> infos)
           
 



Apache CXF