|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AttachmentBuilder.build()
|
Attachment |
MultipartBody.getAttachment(String contentId)
|
Attachment |
MultipartBody.getRootAttachment()
|
| Methods in org.apache.cxf.jaxrs.ext.multipart that return types with arguments of type Attachment | |
|---|---|
List<Attachment> |
MultipartBody.getAllAttachments()
|
List<Attachment> |
MultipartBody.getChildAttachments()
|
| Constructors in org.apache.cxf.jaxrs.ext.multipart with parameters of type Attachment | |
|---|---|
MultipartBody(Attachment att)
|
|
| Constructor parameters in org.apache.cxf.jaxrs.ext.multipart with type arguments of type Attachment | |
|---|---|
MultipartBody(List<Attachment> atts)
|
|
MultipartBody(List<Attachment> atts,
boolean outbound)
|
|
MultipartBody(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.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)
|
| Methods in org.apache.cxf.jaxrs.utils.multipart with parameters of type Attachment | |
|---|---|
static boolean |
AttachmentUtils.matchAttachmentId(Attachment at,
Multipart mid)
|
static boolean |
AttachmentUtils.matchAttachmentId(Attachment at,
String value)
|
| Method parameters in org.apache.cxf.jaxrs.utils.multipart with type arguments of type Attachment | |
|---|---|
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)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||